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.
API
Usage Notes
class SelectControlValueAccessor extends BuiltInControlValueAccessor implements ControlValueAccessor {}
Jump to details