Multiple Choice
With more than one ng-app in an HTML document (an HTML page) , are all of them automatically initialized?
A) Yes
B) No
C) No, only one app is automatically initialized. Others have to manually initialized.
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Which of the following is true about
Q8: What angular function is used to manually
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
Q13: Which components can be injected as a
Q14: Angular initializes based upon which of the
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