ControlValueAccessor
interface
Defines an interface that acts as a bridge between the Angular forms API and a native element in the DOM.
API
Description
interface ControlValueAccessor { optional setDisabledState(isDisabled: boolean): void;}}
Jump to details