What are different states of a form in AngularJS?
Answer / chaitanya
The AngularJS form goes to the following states, starting from the form rendering and when the user has finished the filling of form.
State 1: pristine and invalid - When the form is first time rendered and the user has not interacted with the form yet.
State 2: dirty and invalid - User has interacted with the form, but form validity has not been satisfied, yet.
State 3: dirty and valid - User has finished the filling of form and the entire form validations has been satisfied
Is This Answer Correct ? | 2 Yes | 0 No |
What is components in angular 2?
Explain different types of component decorators in angular 4?
Explain component specific hooks?
Explain class and inheritance in js?
Can we use multiple ng app?
Is typescript a programming language?
Why there are two “destroy” events associated with the termination of scope in angularjs?
What is dom in angular?
What is the difference between routermodule.forroot() vs routermodule.forchild()?
What is the difference between onnginit() and constructor() of a component?
Why Typescript with Angular?
Do you think that parent controller can access the methods of child controller or vice versa?