Locale l10n
Installation
pnpm add @jsverse/transloco-localeyarn add @jsverse/transloco-localenpm install @jsverse/transloco-localeSetup
export const appConfig = {
providers: [
provideTranslocoLocale(),
...
],
};import {TranslocoLocaleModule, provideTranslocoLocale } from '@jsverse/transloco-locale';
NgModule({
imports: [TranslocoLocaleModule],
providers: [
provideTranslocoLocale()
]
...
})
export class TranslocoRootModule {}Localization Pipes
Date Pipe
Currency Pipe
Decimal Pipe
Percent Pipe
Setting Locale
Configuration Options
Global Configuration
Component-Level Configuration
Service API
Custom Transformers
Locale Format Options
Was this helpful?

