docs(forms): Add a missing space (#33352)

PR Close #33352
This commit is contained in:
Robin Dupret 2019-10-23 14:55:45 +02:00 committed by atscott
parent 38758d856a
commit 602eeee7d6

View File

@ -73,7 +73,7 @@ export const controlNameBinding: any = {
* an input/output property named `ngModel` on the reactive form directive that simply * an input/output property named `ngModel` on the reactive form directive that simply
* approximates (some of) its behavior. Specifically, it allows getting/setting the value * approximates (some of) its behavior. Specifically, it allows getting/setting the value
* and intercepting value events. However, some of `ngModel`'s other features - like * and intercepting value events. However, some of `ngModel`'s other features - like
* delaying updates with`ngModelOptions` or exporting the directive - simply don't work, * delaying updates with `ngModelOptions` or exporting the directive - simply don't work,
* which has understandably caused some confusion. * which has understandably caused some confusion.
* *
* In addition, this pattern mixes template-driven and reactive forms strategies, which * In addition, this pattern mixes template-driven and reactive forms strategies, which