Injection token provided by controls inside a cngx-form-field (or any other host that consumes the same contract) ยท I...
core/tokens
Category
Features4#
- TokenCNGX_FORM_FIELD_CONTROLWCAG AAInjection token provided by controls inside a cngx-form-field (or any other host that consumes the same contract)
- TokenCNGX_FORM_FIELD_HOSTWCAG AAInjection token resolving to the surrounding form-field-host contract, if any
- TokenENVIRONMENTInjection token for the application environment configuration
- TokenWINDOWProvides access to the browser Window object
References6#
- InterfaceCngxFormFieldControlContract every form control fulfils when participating in a cngx-form-field (or any future host that adopts the same ...
- InterfaceCngxFormFieldHostContractNarrow back-channel a form-field-aware host (typically CngxFormFieldPresenter ) exposes to the bound control
- InterfaceEnvironmentApplication environment descriptor
- FunctioninjectWindowInjects the WINDOW token
- FunctionprovideEnvironmentProvides an Environment value for the ENVIRONMENT token
- FunctionprovideWindowProvides a custom Window reference (useful for testing or SSR)