Q. What are various possible ways in which angular application can be initialized? (Solved)
1. On an element, one could either put simply the attribute such as (ng-app, data-ng-app, ng:app, x-ng-app)
2. Put the named attribute such as (ng-app='demoApp')
3. Both of the above
4. none
- c. Both of the above