Injection token for the global feedback configuration · Global configuration for all feedback components · A feature ...
ui/feedback
Category
No results found
Features23#
- TokenCNGX_FEEDBACK_CONFIGWCAG AAInjection token for the global feedback configuration
- ComponentCngxAlertWCAG AAInline alert atom with enter/exit animations, state-driven visibility, auto-dismiss with pause-on-hover/focus, and op...
- ComponentCngxAlertStackWCAG AAScoped alert stack - renders alerts from its own CngxAlerter instance
- DirectiveCngxAlertActionAction button marker inside an alert
- DirectiveCngxAlertIconContent slot directive for custom alert icons
- DirectiveCngxAlertOnWCAG AADeclarative state-to-alert bridge for scoped alert stacks
- InjectableCngxAlerterWCAG AAScoped alert service - manages an alert stack as a signal array
- ComponentCngxAsyncContainerWCAG AAAsync container molecule - coordinates all feedback states for data loading
- DirectiveCngxAsyncContentTplMarks the content template inside cngx-async-container
- DirectiveCngxAsyncEmptyTplMarks the empty-state template inside cngx-async-container
- DirectiveCngxAsyncErrorTplMarks the error template inside cngx-async-container
- DirectiveCngxAsyncSkeletonTplMarks the skeleton template inside cngx-async-container
- ComponentCngxBannerOutletWCAG AABanner outlet - renders the global banner stack at the top of the page
- ComponentCngxBannerTriggerWCAG AADeclarative banner trigger - renders nothing, shows/dismisses a global banner when [when] changes
- DirectiveCngxBannerOnWCAG AADeclarative state-to-banner bridge
- InjectableCngxBannerWCAG AAGlobal banner service - manages system-level banners as a signal array
- ComponentCngxLoadingIndicatorWCAG AALoading indicator atom - purely visual, blocks no interaction
- ComponentCngxLoadingOverlayWCAG AALoading overlay - content container that blocks interaction while loading
- ComponentCngxProgressWCAG AAProgress indicator atom - determinate or indeterminate
- ComponentCngxToastWCAG AADeclarative toast - renders nothing at its position, pushes into the global CngxToastOutlet
- ComponentCngxToastOutletWCAG AAToast outlet - renders the toast stack at a fixed viewport position
- DirectiveCngxToastOnWCAG AADeclarative state-to-toast bridge
- InjectableCngxToasterWCAG AAFeature-scoped toast service - not providedIn: 'root'
References23#
- InterfaceFeedbackConfigGlobal configuration for all feedback components
- InterfaceFeedbackFeatureA feature configuration function returned by withXxx() helpers
- FunctionprovideFeedbackRegister global defaults for all feedback components
- FunctionwithAlertIconsReplace the built-in SVG icons in CngxAlert per severity
- FunctionwithAlertsEnable the scoped alert system within provideFeedback()
- FunctionwithBannersEnable the global banner system within provideFeedback()
- FunctionwithCloseIconReplace the built-in X SVG in all close/dismiss buttons globally
- FunctionwithLoadingDefaultsSet default timing for all loading indicators and overlays
- FunctionwithToastsEnable the toast system within provideFeedback()
- InterfaceAlertConfigConfiguration for a programmatic alert
- InterfaceAlertRefHandle to a displayed alert - allows programmatic dismiss
- Type AliasAlertSeveritySeverity level for the alert - determines visual style, icon, and ARIA role
- Type AliasAlertVisibilityPhaseVisibility phase for enter/exit CSS animations
- InterfaceBannerConfigConfiguration for a system-level banner
- InterfaceBannerRefHandle to a displayed banner
- FunctionwithSpinnerTemplateReplace the built-in SVG spinner in CngxLoadingIndicator and CngxLoadingOverlay
- Type AliasLoadingIndicatorVariantVisual variant for the loading indicator
- Type AliasProgressVariantVisual variant for the progress indicator
- InterfaceToastConfigConfiguration for a single toast
- InterfaceToastRefHandle to a displayed toast - allows programmatic dismiss
- InterfaceToastStateInternal toast state tracked by the service
- FunctionprovideToastsStandalone provider for the toast system - use when not using provideFeedback()
- Type AliasToastPositionPosition for the toast stack