Open In App

Web technologies Questions | AngularJS Quiz | Set-2 | Question 2

Which of the below directive in AngularJs is called the entry point of the application?
(A) ng-begin
(B) ng-start
(C) ng-app
(D) None of the above

Answer: (C)
Explanation: The ng-app Directive in AngularJS is used to define the root element of an AngularJS application. This directive automatically initializes the AngularJS application when the page loads. It can help to load various modules in AngularJS Application.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :