@angular/forms

NumberValueAccessor

directive

The ControlValueAccessor for writing a number value and listening to number input changes. The value accessor is used by the FormControlDirective, FormControlName, and NgModel directives.

  
    class NumberValueAccessor {}
  
  
Jump to details