1.

What Does <body Aurelia­app="src/main"> Signifies?

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.

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.



Discussion

No Comment Found