Skip to main content
cngx-src documentation

provideCardI18n

Functioncommon/card/i18n

projects/common/card/i18n/card-i18n.ts

Description#

Provider for the card i18n bundle.

bootstrapApplication(AppComponent, {
  providers: [
    provideCardI18n(withCardI18nLabels({ selected: 'Ausgewählt', deselected: 'Abgewählt' })),
  ],
});

Signature#

provideCardI18n(...features: undefined)

Parameters#

@paramfeatures

Returns#

Provider