Multiple Choice
Angular initializes based upon which of the following scenario?
A) DOMContentLoaded event happens
B) document.readyState is set to complete
C) Both of the above
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Which angular module is loaded by default?<br>A)ng<br>B)ng-app<br>C)none<br>D)all
Q10: ng-app directive defines and links an AngularJS
Q11: filter filter is applied to an expression
Q12: With more than one ng-app in an
Q13: Which components can be injected as a
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