I am new to the angular and in the learners stage. Also I am using Visual 
Studio IDE + AspNetCore to run the application. I am not understanding what 
steps you have mentioned? can you please elaborate it? Thanks




On Sunday, July 10, 2016 at 5:29:24 PM UTC-4, Steven Luke wrote:
>
> That isn't really a 'special' file, so much as it is where you tell your 
> SystemJS the file should be when you do this:
>  // Add package entries for angular packages
>     ngPackageNames.forEach(function (pkgName) {
>         packages['@angular/' + pkgName] = { main: pkgName + '.umd.js', 
> defaultExtension: 'js' };
>     });
>
> You get the package name "routes" use the @angular source (which was 
> previously defined as being the directory lib/@angular), and add the 
> package name to that.  Then say the file should be called the same as the 
> package name ("routes") with .umd.js appended to it.
>
> If that file doesn't exist then you need to properly install Angular2 on 
> your server or re-make the SystemJS so it points to the correct paths (if 
> it is already installed)
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to