• Overview
@angular/forms

FormControlState

interface

FormControlState is a boxed form value. It is an object with a value key and a disabled key.

  
    interface FormControlState<T> {}
  
  

value

T

disabled

boolean
Jump to details