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 |
What is the advantage of angular?
List some cons or disadvantages of using angularjs?
What do you mean by data binding?
What is currency filter? What are the two ways to use currency filters?
Explain ngfor and ngif?
How are the services injected to your application?
Explain the process of digest cycle in angular?
How to display the error message from backend in angular2?
How did you perform validation in angularjs?
Difference between obtrusive and unobtrusive javascript?
What is router-outlet directive in angular?
What is a controller in angularjs?