Skip to main content
cngx-src documentation

CngxFormFieldRevealContract

Interface

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

Import#

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

Description#

Forms-side abstraction over "is the user-driven error reveal active?". CngxErrorScope (via CngxErrorScopeFieldBridge) is the default producer; router-driven, interceptor-driven, or test-harness triggers may provide their own. Decouples the presenter from the scope contract.

Index#

Properties

Instance Properties#

showErrors#Signal
Readonly

Reactive flag - true when errors should be visible to the user.