🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@cognizone/i18n-transloco

Package Overview
Dependencies
Maintainers
3
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cognizone/i18n-transloco

## Installation

latest
Source
npmnpm
Version
6.3.0
Version published
Maintainers
3
Created
Source

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.

FAQs

Package last updated on 23 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts