Global configuration for all feedback components
FeedbackConfig
Interface
projects/ui/feedback/config/feedback-config.ts
Import#
import { FeedbackConfig } from '@cngx/ui/feedback'
Description#
Global configuration for all feedback components.
Provided via provideFeedback() with with* features.
Index#
Instance Properties#
Optional
Default auto-dismiss duration for scoped alerts in ms. undefined = persistent.
closeIconComponent#
TypeOptional
Custom close/dismiss icon component - replaces default X SVG globally.
Optional
Use `provideLoadingConfig(withShowDelay(...))` from `@cngx/core/utils`.
Kept one release as a forwarder; `withLoadingDefaults` still writes it.
Default delay in ms before showing loading indicators.
Kept one release as a forwarder; withLoadingDefaults still writes it.
Optional
Use `provideLoadingConfig(withMinDwell(...))` from `@cngx/core/utils`.
Kept one release as a forwarder; `withLoadingDefaults` still writes it.
Default minimum display time in ms for loading indicators.
Kept one release as a forwarder; withLoadingDefaults still writes it.