@cognizone/i18n-transloco
TypeScript icon, indicating that this package has built-in type declarations

4.1.1 • Public • Published

i18n-transloco

Installation

Make use of the provided provideI18nTransloco function, in either the app.config of the app:

export const appConfig: ApplicationConfig = {
  providers: [
    // ... other imports
    provideI18nTransloco(),
  ],
};

Or in an NgModule like core, or directly the app one:

@NgModule({
  providers: [provideI18nTransloco()],
})
export class CoreModule {}

Running unit tests

Run nx test i18n-transloco to execute the unit tests.

Dependents (0)

Package Sidebar

Install

npm i @cognizone/i18n-transloco

Weekly Downloads

116

Version

4.1.1

License

Apache-2.0

Unpacked Size

24.7 kB

Total Files

9

Last publish

Collaborators

  • domi.vds
  • cognizone_admin
  • williamchelmancz