File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ The steps below outline the view to model data flow.
128
128
1 . The control value accessor attached to the input triggers the ` setValue() ` method on the ` FormControl ` instance.
129
129
1 . The ` FormControl ` instance emits the new value through the ` valueChanges ` observable.
130
130
1 . Any subscribers to the ` valueChanges ` observable receive the new value.
131
- 1 . The control value accessor also calls the ` NgModel.viewToModel () ` method which emits an ` ngModelChange ` event.
131
+ 1 . The control value accessor also calls the ` NgModel.viewToModelUpdate () ` method which emits an ` ngModelChange ` event.
132
132
1 . Because the component template uses two-way data binding for the ` favoriteColor ` , the ` favoriteColor ` property in the component
133
133
is updated to the value emitted by the ` ngModelChange ` event ("Blue").
134
134
You can’t perform that action at this time.
0 commit comments