@jsverse/transloco-locale
Version:
The localization (l10n) library plugin for Transloco
9 lines (8 loc) • 677 B
TypeScript
import { InjectionToken } from '@angular/core';
import { TranslocoLocaleConfig, LocaleConfigMapping, LangToLocaleMapping, LocaleToCurrencyMapping } from './transloco-locale.types';
export declare const defaultConfig: Required<TranslocoLocaleConfig>;
export declare const TRANSLOCO_LOCALE_DEFAULT_LOCALE: InjectionToken<string>;
export declare const TRANSLOCO_LOCALE_DEFAULT_CURRENCY: InjectionToken<string>;
export declare const TRANSLOCO_LOCALE_LANG_MAPPING: InjectionToken<LangToLocaleMapping>;
export declare const TRANSLOCO_LOCALE_CONFIG: InjectionToken<LocaleConfigMapping>;
export declare const TRANSLOCO_LOCALE_CURRENCY_MAPPING: InjectionToken<LocaleToCurrencyMapping>;