@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 extends BuiltInControlValueAccessor implements ControlValueAccessor {}
  
  
Jump to details