@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
14 lines (13 loc) • 434 B
TypeScript
import * as i0 from "@angular/core";
export declare class IndexedDbReaderService {
private dbName;
private storeName;
private path;
private dbPromise;
constructor();
private initDB;
getTranslation(lang: string): Promise<any>;
private readTranslation;
static ɵfac: i0.ɵɵFactoryDeclaration<IndexedDbReaderService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<IndexedDbReaderService>;
}