@angular/forms

RadioControlValueAccessor

directive

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

  
    class RadioControlValueAccessor {}
  
  
Jump to details