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