UNPKG

@andreasnicolaou/locale-translator

Version:

An Angular library for translating locale data and handling language-specific information.

10 lines (9 loc) 440 B
import { LocaleCode, LocaleType } from './locale-languages.const'; import * as i0 from "@angular/core"; export declare class LocaleTranslationsService { private readonly langMap; getLocale(code: LocaleCode): LocaleType | undefined; getAll(): Map<LocaleCode, LocaleType>; static ɵfac: i0.ɵɵFactoryDeclaration<LocaleTranslationsService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LocaleTranslationsService>; }