문서의 이전 판입니다!
Vital to business applications Create an experience that guides the user e1fficiently and effectively through the workflow. Developers
Angular Forms Template Driven Forms
Reactive Forms
적용되는 class는
{{ name.className }}
로 확인 가능하다.
| State | Class if true | Class if false |
|---|---|---|
| The control has been visited. | ng-touched | ng-untouched |
| The control's value has changed. | ng-dirty | ng-pristine |
| The control's value value is valid. | ng-valid | ng-invalid |
| Class | Property |
|---|---|
| ng-untouched | untouched |
| ng-touched | touched |
| ng-pristine | pristine |
| ng-dirty | dirty |
| ng-valid | valid |
| ng-invalid | invalid |