@jsverse/transloco-locale
Version:
The localization (l10n) library plugin for Transloco
8 lines (7 loc) • 1.06 kB
TypeScript
export { TranslocoLocaleService } from './lib/transloco-locale.service';
export { TRANSLOCO_LOCALE_CONFIG, TRANSLOCO_LOCALE_CURRENCY_MAPPING, TRANSLOCO_LOCALE_DEFAULT_CURRENCY, TRANSLOCO_LOCALE_DEFAULT_LOCALE, TRANSLOCO_LOCALE_LANG_MAPPING, } from './lib/transloco-locale.config';
export { TranslocoLocaleModule } from './lib/transloco-locale.module';
export { TRANSLOCO_DATE_TRANSFORMER, TRANSLOCO_NUMBER_TRANSFORMER, TranslocoDateTransformer, TranslocoNumberTransformer, DefaultDateTransformer, DefaultNumberTransformer, } from './lib/transloco-locale.transformers';
export { provideTranslocoLocaleLangMapping, provideTranslocoLocaleCurrencyMapping, provideTranslocoDateTransformer, provideTranslocoDefaultCurrency, provideTranslocoLocale, provideTranslocoNumberTransformer, provideTranslocoLocaleConfig, provideTranslocoDefaultLocale, } from './lib/transloco-locale.providers';
export * from './lib/transloco-locale.types';
export { TranslocoCurrencyPipe, TranslocoDatePipe, TranslocoDecimalPipe, TranslocoPercentPipe, BaseLocalePipe, } from './lib/pipes';