Multiple Choice
Which of the following is valid for AngualarJS module
A) var app = angular.module(["myApp","param") ;
B) var app = angular.module("myApp", []) ;
C) var app = angular.module() ;
D) var app = angular.module("myApp") ;
Correct Answer:

Verified
Correct Answer:
Verified
Q6: What is MVC (Mode View Controller)?<br>A)It is
Q7: Which of the following is true about
Q8: What is Angular Js?<br>A)Library<br>B)Framework<br>C)Plugin<br>D)Browser Extension
Q9: What is the purpose of angular.module in
Q10: AngularJS controllers control _of AngularJS applications.<br>A)the data<br>B)thefunction<br>C)thevariable<br>D)None
Q12: What are various possible ways in which
Q13: AngularJS applications are a mix of _<br>A)HTML
Q14: In larger applications,controllers are stored in _?<br>A)external
Q15: AngularJS is based on the _ pattern<br>A)VMC<br>B)MVC<br>C)MCV<br>D)CVM
Q16: What angular function is used to manually