This is FieldState also providing access to the wrapped FormControl.
API
type CompatFieldState<TControl extends AbstractControl, TKey extends string | number = string | number> = FieldState<TControl extends AbstractControl<unknown, infer TValue> ? TValue : never, TKey> & { control: Signal<TControl>;}
Jump to details