UNPKG

@ngx-pwa/local-storage

Version:

Efficient local storage module for Angular: simple API based on native localStorage API, but internally stored via the asynchronous IndexedDB API for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.

5 lines (4 loc) 281 B
import { Tree } from "@angular-devkit/schematics"; export declare const packageName = "@ngx-pwa/local-storage"; export declare function getDependencyMajorVersion(name: string, host: Tree): number | undefined; export declare function getAllMainPaths(host: Tree): Promise<string[]>;