RangeValueAccessor
directive
The ControlValueAccessor
for writing a range value and listening to range input changes.
The value accessor is used by the FormControlDirective
, FormControlName
, and NgModel
directives.
API
Usage Notes
class RangeValueAccessor extends BuiltInControlValueAccessor implements ControlValueAccessor {}
Jump to details