@angular/forms

DefaultValueAccessor

directive

The default ControlValueAccessor for writing a value and listening to changes on input elements. The accessor is used by the FormControlDirective, FormControlName, and NgModel directives.

  
    class DefaultValueAccessor {}
  
  
Jump to details