Open In App

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

Last Updated : 20 Sep, 2021
Like Article
Like
Save
Share
Report

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


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads