PR Close #36220
This commit is contained in:
Shapovalov-Dmitry 2020-03-24 12:29:05 +02:00 committed by Andrew Scott
parent 0eaa084ced
commit 36dd817913
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ The alternative is a [template-driven form](#template-driven-forms).
When using reactive forms:
* The "source of truth", the form model, is defined in the component class.
* Validation is set up through validation functions rather than valdation directives.
* Validation is set up through validation functions rather than validation directives.
* Each control is explicitly created in the component class by creating a `FormControl` instance manually or with `FormBuilder`.
* The template input elements do *not* use `ngModel`.
* The associated Angular directives are prefixed with `form`, such as `formControl`, `formGroup`, and `formControlName`.