@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
14 lines • 497 B
TypeScript
import * as i0 from "@angular/core";
/**
* A service to provide unmodified, cached translations for angular.
*/
export declare class CachedLocaleDictionaryService {
cachedDictionary: {
[lang: string]: {
[key: string]: string;
};
};
static ɵfac: i0.ɵɵFactoryDeclaration<CachedLocaleDictionaryService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CachedLocaleDictionaryService>;
}
//# sourceMappingURL=cached-locale-dictionary.service.d.ts.map