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;
}
value
Tdisabled
booleanFormControlState is a boxed form value. It is an object with a value key and a disabled key.
interface FormControlState<T> {
value: T;
disabled: boolean;
}
Tboolean
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/forms/FormControlState