Typo: add missing space (#3348)
This commit is contained in:
parent
8d88107004
commit
c0bb26d5a0
@ -239,7 +239,7 @@ a#reactive
|
|||||||
|
|
||||||
**Reactive Forms** takes a different approach.
|
**Reactive Forms** takes a different approach.
|
||||||
You create the form control model in code. You write the template with form elements
|
You create the form control model in code. You write the template with form elements
|
||||||
and`form...` directives from the Angular `ReactiveFormsModule`.
|
and `form...` directives from the Angular `ReactiveFormsModule`.
|
||||||
At runtime, Angular binds the template elements to your control model based on your instructions.
|
At runtime, Angular binds the template elements to your control model based on your instructions.
|
||||||
|
|
||||||
This approach requires a bit more effort. *You have to write the control model and manage it*.
|
This approach requires a bit more effort. *You have to write the control model and manage it*.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user