What are different Angular form properties?



What are different Angular form properties?..

Answer / Ved Prakash Yadav

Some common form properties in AngularJS include:n
1. $valid: It indicates whether the form is currently valid or invalid.n
2. $invalid: It indicates whether the form is currently invalid.n
3. $pristine: It indicates whether the form has been touched (focused) or not.n
4. $dirty: It indicates whether the form has been modified since its creation or last reset.n
5. $untouched: It indicates whether the form has been touched (focused) or not and hasn't been submitted.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is the advantage of angular?

1 Answers  


List some cons or disadvantages of using angularjs?

1 Answers  


What do you mean by data binding?

1 Answers  


What is currency filter? What are the two ways to use currency filters?

1 Answers  


Explain ngfor and ngif?

1 Answers  


How are the services injected to your application?

1 Answers  


Explain the process of digest cycle in angular?

1 Answers  


How to display the error message from backend in angular2?

1 Answers  


How did you perform validation in angularjs?

1 Answers  


Difference between obtrusive and unobtrusive javascript?

1 Answers  


What is router-outlet directive in angular?

1 Answers  


What is a controller in angularjs?

1 Answers  


Categories