Saved Bookmarks
| 1. |
Explain System.import('aureliabootstrapper'); 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 AURELIAbootstrapper which RESIDES in the aureliacore.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 aureliabootstrapper which resides in the aureliacore.min.js. Using this module, Aurelia load the framework, configure and run the application. |
|