@angular/forms

SelectControlValueAccessor

directive

The ControlValueAccessor for writing select control values and listening to select control changes. The value accessor is used by the FormControlDirective, FormControlName, and NgModel directives.

  
    class SelectControlValueAccessor {}
  
  
Jump to details