docs(forms): fix ControlValueAccessor registerOnChange code example (#30276)
PR Close #30276
This commit is contained in:
parent
60a8888b4f
commit
39f2c9f46b
@ -70,7 +70,7 @@ export interface ControlValueAccessor {
|
|||||||
*
|
*
|
||||||
* ```ts
|
* ```ts
|
||||||
* host: {
|
* host: {
|
||||||
* (change): '_onChange($event.target.value)'
|
* '(change)': '_onChange($event.target.value)'
|
||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user