UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

11 lines 436 B
import { I18nInterface } from './i18n.interface'; import * as i0 from "@angular/core"; export declare let LOCALE_I18N: I18nInterface; export declare class I18nService { private locale; setLocale(locale: I18nInterface): void; getLocale(): I18nInterface; static ɵfac: i0.ɵɵFactoryDeclaration<I18nService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<I18nService>; } //# sourceMappingURL=i18n.service.d.ts.map