@volosoft/abp.ng.theme.lepton-x
Version:
ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files.
15 lines (14 loc) • 693 B
TypeScript
import { LocalizationService } from '@abp/ng.core';
import { TranslateService } from '@volo/ngx-lepton-x.core';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class AbpTranslateService implements TranslateService {
private localization;
private translateKeys;
constructor(localization: LocalizationService, translateKeys: Array<any>);
get(key: string, defaultValue: string | undefined): string;
get$(key: string, defaultValue: string | undefined): Observable<string>;
private getKey;
static ɵfac: i0.ɵɵFactoryDeclaration<AbpTranslateService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AbpTranslateService>;
}