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
|
||||
* host: {
|
||||
* (change): '_onChange($event.target.value)'
|
||||
* '(change)': '_onChange($event.target.value)'
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue