docs(aio): add missing word (#16328)
This commit is contained in:
parent
951a575db3
commit
938406122e
|
@ -1032,7 +1032,7 @@ You could call `reset` at the top of `ngOnChanges` like this.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
The `reset` method has an optional `state` value so you can reset the flags _and_ the control values at the same.
|
The `reset` method has an optional `state` value so you can reset the flags _and_ the control values at the same time.
|
||||||
Internally, `reset` passes the argument to `setValue`.
|
Internally, `reset` passes the argument to `setValue`.
|
||||||
A little refactoring and `ngOnChanges` becomes this:
|
A little refactoring and `ngOnChanges` becomes this:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue