Typo: add missing space (#3348)

This commit is contained in:
AlexanderLukin 2017-03-09 00:34:30 +03:00 committed by Jules Kremer
parent 8d88107004
commit c0bb26d5a0

View File

@ -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*.