Global configuration for @cngx/forms/input directives
InputConfig
Interface
projects/forms/input/input-config.ts
Import#
import { InputConfig } from '@cngx/forms/input'
Description#
Global configuration for @cngx/forms/input directives.
Provide via provideInputConfig(...features) at the application or component level.
Index#
Instance Properties#
ReadonlyOptional
Consumer overrides for the built-in ARIA label strings. Unset keys fall back to DEFAULT_INPUT_ARIA_LABELS.
dateFormats#
Readonly> ReadonlyOptional
Extra date format patterns by language code (merged with built-in).
ReadonlyOptional
ISO 4217 currency code for CngxNumericInput formatting (grouping +
standard fraction digits). The symbol is never baked into the value -
render it through a CngxPrefix/CngxSuffix affix. Set via withCurrency.
ReadonlyOptional
Default selected region (ISO key) for CngxPhoneInput. Set via withPhoneDefaultRegion.