UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

10 lines (9 loc) 393 B
import { I18nService } from 'systelab-translate'; import * as i0 from "@angular/core"; export declare class TranslationHelper { i18nService: I18nService; constructor(i18nService: I18nService); getLanguageFromLocale(locale: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<TranslationHelper, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TranslationHelper>; }