Explain System.import('aurelia-bootstrapper'); in Aurelia

 Posted by Rajnilari2015 on 8/24/2016 | Category: JavaScript Interview questions | Views: 1829 | Points: 40
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.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response