Open In App

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

Which directive is used for building the nested form in Angular?

(A)



ng-app

(B)



ng-start

(C)

ng-form

(D)

ng-end

Answer: (C)
Explanation:

The ng-form Directive in AngularJS is used to create the nested form nested means one form inside the other form. It also specifies the inherit control from the HTML form. It creates a control group inside a form directive which can be used to determine the validity of a sub-group of controls.

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

Article Tags :