@angular/forms

ControlValueAccessor

interface

Defines an interface that acts as a bridge between the Angular forms API and a native element in the DOM.

  
    interface ControlValueAccessor {  optional setDisabledState(isDisabled: boolean): void;}}
  
  
Jump to details