docs(forms): update and re-organize validation guide
This commit is contained in:

committed by
Victor Berchet

parent
5651e4ac72
commit
939dc44391
@ -38,7 +38,16 @@ export const ngControlStatusHost = {
|
||||
|
||||
/**
|
||||
* Directive automatically applied to Angular form controls that sets CSS classes
|
||||
* based on control status (valid/invalid/dirty/etc).
|
||||
* based on control status. The following classes are applied as the properties
|
||||
* become true:
|
||||
*
|
||||
* * ng-valid
|
||||
* * ng-invalid
|
||||
* * ng-pending
|
||||
* * ng-pristine
|
||||
* * ng-dirty
|
||||
* * ng-untouched
|
||||
* * ng-touched
|
||||
*
|
||||
* @stable
|
||||
*/
|
||||
|
Reference in New Issue
Block a user