UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

12 lines (11 loc) 422 B
import { TranslateService } from '@ngx-translate/core'; import { JhiConfigService } from '../config.service'; export declare class JhiLanguageService { private translateService; private configService; currentLang: string; constructor(translateService: TranslateService, configService: JhiConfigService); init(): void; changeLanguage(languageKey: string): void; getCurrent(): Promise<string>; }