Provider for the stepper i18n bundle
provideStepperI18n
Functioncommon/stepper/i18n
projects/common/stepper/i18n/stepper-i18n.ts
Description#
Provider for the stepper i18n bundle. Compose withStepperI18nLabels(...)
(plus any future i18n with*) - unset keys fall back to English.
bootstrapApplication(AppComponent, {
providers: [
provideStepperI18n(
withStepperI18nLabels({ stepperLabel: 'Schrittfolge', previousStep: 'Vorheriger' }),
),
],
});