The Wayback Machine - https://web.archive.org/web/20250407120124/https://angular.dev/api/forms/FormControlState
    • Overview
@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
HTTPS · web.archive.org
← Home