• Overview

This site uses cookies from Google to deliver its services and to analyze traffic.

@angular/forms

FormControlState

interface

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

API

  
    interface FormControlState<T> {}
  
  

value

T

disabled

boolean
Jump to details