UNPKG

@duoduo-oba/ng-devui

Version:

DevUI components based on Angular

10 lines (9 loc) 292 B
import { Observable } from 'rxjs'; import { I18nInterface } from './i18n.model'; export declare class I18nService { private i18nConfig; private i18nSubject; toggleLang(lang?: string): void; getI18nText(): I18nInterface; langChange(): Observable<I18nInterface>; }