Multiple Choice
What are various possible ways in which angular application can be initialized?
A) On an element, one could either put simply the attribute such as (ng-app, data-ng-app, ng:app, x-ng-app)
B) Put the named attribute such as (ng-app='demoApp')
C) Both of the above
D) none
Correct Answer:

Verified
Correct Answer:
Verified
Q15: angular.module is primarily used to create application
Q16: What are various possible prefixes such as
Q17: AngularJS expressions are written using.<br>A)double braces like
Q18: Which API need to be invoked on
Q19: AngularJS is an MVC based framework?<br>A)True<br>B)False<br>C)none<br>D)all
Q20: AngularJS is a library?<br>A)True<br>B)False<br>C)none<br>D)all
Q21: Who is sometimes called as Father of
Q22: Can an HTML page have multiple "ng-app"
Q23: Can multiple angular applications be bootstrapped using
Q24: At framework level, how does Angular retrieve