Skip to main content
cngx-src documentation

CngxFeedbackI18n

Interface

projects/ui/feedback/config/feedback-i18n.ts

Import#

import { CngxFeedbackI18n } from '@cngx/ui/feedback'

Description#

Feedback i18n surface. Library defaults are English; consumers override via withFeedbackI18nLabels inside provideFeedback(), or with provideFeedbackI18n when they compose their own language file. Sibling to CNGX_STEPPER_I18N, CNGX_TABS_I18N and CNGX_CHART_I18N.

Two region names and one announcement sub-bundle. The banner outlet carries no region aria-label, so it gets no key - a key with no Wirkungsort is configuration for its own sake.

Index#

Instance Properties#

alertsRegionLabel#string
Readonly

Accessible name of the role="region" host on CngxAlertStack.

Readonly

Live-region copy - see CngxFeedbackAnnouncements.

notificationsRegionLabel#string
Readonly

Accessible name of the role="region" host on CngxToastOutlet.