Skip to main content
cngx-src documentation

ErrorStrategyContext

Interface

projects/forms/field/form-field.token.ts

Import#

import { ErrorStrategyContext } from '@cngx/forms/field'

Description#

Snapshot passed to a custom ErrorStrategyFn.

submitted reflects the ambient CngxErrorScope.showErrors state - true after the scope has been revealed (typically on form submit).

Index#

Instance Properties#

Readonly
invalid#boolean
Readonly
submitted#boolean
Readonly
touched#boolean
Readonly