Abstraction over Angular Signal Forms' FieldState
CngxFieldRef
Interface
projects/forms/field/models.ts
Referenced by#
Import#
import { CngxFieldRef } from '@cngx/forms/field'
Description#
Abstraction over Angular Signal Forms' FieldState.
Consumers pass Field<T> (a callable that returns FieldState<T>) to CngxFormField.
This interface documents the subset of FieldState that the form field system actually reads,
providing a stable contract even as Signal Forms evolves.
Index#
Instance Properties#
dirty#
SignalReadonly
disabled#
SignalReadonly
disabledReasons#
SignalReadonly
errors#
SignalReadonly
errorSummary#
SignalReadonly
invalid#
SignalReadonly
max#
SignalReadonlyOptional
maxLength#
SignalReadonlyOptional
min#
SignalReadonlyOptional
minLength#
SignalReadonlyOptional
name#
SignalReadonly
pattern#
SignalReadonly
pending#
SignalReadonly
readonly#
SignalReadonly
required#
SignalReadonly
submitting#
SignalReadonly
touched#
SignalReadonly
valid#
SignalReadonly
value#
SignalReadonly