What does <body aurelia-app="src/main"> signifies?

 Posted by Rajnilari2015 on 8/24/2016 | Category: JavaScript Interview questions | Views: 1923 | Points: 40
Answer:

On the body tag, there's an aurelia-app attribute targeting to src/main. This tells Aurelia's bootstrapper to load the app view-model and it's view and also the host HTML element where the application will be rendered.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response