parent
38758d856a
commit
602eeee7d6
|
@ -73,7 +73,7 @@ export const controlNameBinding: any = {
|
|||
* 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
|
||||
* 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.
|
||||
*
|
||||
* In addition, this pattern mixes template-driven and reactive forms strategies, which
|
||||
|
|
Loading…
Reference in New Issue