Provider for the tabs i18n bundle
provideTabsI18n
Functioncommon/tabs/i18n
projects/common/tabs/i18n/tabs-i18n.ts
Description#
Provider for the tabs i18n bundle. Compose withTabsI18nLabels(...)
(and future i18n with* features); unset keys fall back to the
English default.
bootstrapApplication(AppComponent, {
providers: [
provideTabsI18n(
withTabsI18nLabels({ tabsLabel: 'Reiter', previousTab: 'Vorheriger' }),
),
],
});