1.

Explain System.import('aurelia­bootstrapper'); In Aurelia

Answer»

The SystemJS module loader provided the SystemJS object. Its has a method import which TELLS the loader to load/import a module AURELIA­bootstrapper which RESIDES in the aurelia­core.min.js. USING this module, Aurelia load the framework, configure and run the application.

The SystemJS module loader provided the SystemJS object. Its has a method import which tells the loader to load/import a module aurelia­bootstrapper which resides in the aurelia­core.min.js. Using this module, Aurelia load the framework, configure and run the application.



Discussion

No Comment Found