◐ Shell
clean mode source ↗

FormControlState • Angular

@angular/forms

interface

stable

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

API

    
      interface FormControlState<T> {}
    
    

disabled

boolean