문서의 이전 판입니다!
Vital to business applications
Create an experience that guides the user e1fficiently and effectively through the workflow.
Developers
Data binding
Change tracking
Validation
Visual feedback
Error messages
Form submission
Angular Forms
Template Driven Forms
Reactive Forms
Easy to use and similar to Angular JS Forms
Two way data binding with ngModel
Bulky
HTML and minimal component code
Automatically tracks the form and form elements state and validity
Unit testing is a challenge –> 브라우저
Readablility decreases with complex forms and validations
Suitable for simple scenarios
Track Control State and validity
| State | Class if true |
| The control has been visited. | ng-touched |
| The control's value has changed. | ng-dirty |
| The control's value value is valid. | ng-valid |