Skip to content

provideMissingTranslationHandlerForElement Type documentation

(missingTranslationHandlerProvider: Provider) => Provider
Function
This provider configures default translations for ngx-translate, applying Element's built-in translations.

Example:
  providers: [
    provideTranslateService({
      ...,
      missingTranslationHandler: provideMissingTranslationHandlerForElement(),
    }),
    provideNgxTranslateForElement(),
    ...
  ]
Parameters
missingTranslationHandlerProvider?: Provider

Types Documentation

No types to document for items on this page.


Except where otherwise noted, content on this site is licensed under MIT License.