ngx-indexed-db
Version:
Angular wrapper to IndexedDB database.
10 lines (9 loc) • 496 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { DBConfig } from './ngx-indexed-db.meta';
import * as i0 from "@angular/core";
export declare class NgxIndexedDBModule {
static forRoot(...dbConfigs: DBConfig[]): ModuleWithProviders<NgxIndexedDBModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxIndexedDBModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxIndexedDBModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxIndexedDBModule>;
}