It allows to configure SystemJS to load modules compiled using the TypeScript compiler. For anonymous modules (one module per JS file), it allows to map the name of modules to JS files that actually contains the module JavaScript code.
Related posts:
How to add PrimeNG UI components in ASP.Net Core 2 and Angular Web Application
This post explains how to add PrimeNG components in a web application built using ASP.Net Core 2 and Angular. PrimeNG is a collection of rich UI components for…
How to add Material UI components in ASP.Net Core 2 and Angular Web Application
This post explains how to add Material UI components in a web application built using ASP.Net Core 2 and Angular. The source code of this application is…
Reactive Forms in ASP.Net Core 2 and Angular Application
In this post I will explain how to create a form using reactive approach in an Angular and ASP.Net Core 2 web application. The source code of this…
One comment on “Systemjs.config.js in Angular”