App-wide configuration cascade for the stat-card
CNGX_STAT_CARD_CONFIG
Tokenv0.1.0
InjectionToken<CngxStatCardConfig>
Description#
App-wide configuration cascade for the stat-card. Resolves in priority order:
- Per-instance Input binding.
provideStatCardConfigAt(...)in a parent component'sviewProviders.provideStatCardConfig(...)at the application root.- Library defaults (this token's
factory).
providedIn: 'root' with a default factory means consumers never need to
provide the token explicitly - inject(CNGX_STAT_CARD_CONFIG) always
resolves.
Type#
InjectionToken<CngxStatCardConfig>Provided in#
'root'