Angular 2 modules are handled by SystemJS (https://www.npmjs.com/package/systemjs) module loader. Since we mention module extensions to be loaded in the "systemjs.config" which describes as below, so that no need of defining extension.

Notes: app is the root folder or the main app component of this angular application and your default extensions to be loaded would be JavaScripts.

Notes: app is the root folder or the main app component of this angular application and your default extensions to be loaded would be JavaScripts.
Comments
Post a Comment