Open In App

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

Which directive is used for linking the angular to Html?

(A)



ng-begin

(B)



ng-app

(C)

ng-start

(D)

None of the above

Answer: (B)
Explanation:

The ng-app is directive is used to linking with Angular to HTML. It is used to define the root element of the angular Js application. In another word, it is also called the entry point of angular application.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :