projects/ui/stat-card/config/provide-stat-card-config.ts
Application-root configuration cascade for the stat-card. Pass any combination of withStatCardAriaLabels and withStatCardLoadingTreatment in bootstrapApplication's providers array.
withStatCardAriaLabels
withStatCardLoadingTreatment
bootstrapApplication
bootstrapApplication(AppComponent, { providers: [ provideStatCardConfig( withStatCardAriaLabels({ errorFallback: 'Kennzahl nicht verfügbar' }), withStatCardLoadingTreatment('skeleton'), ), ], });
provideStatCardConfig(...features: undefined)
EnvironmentProviders