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.

6 lines (5 loc) 340 B
import { Tree } from '@angular-devkit/schematics'; export declare const packageName = "@ngx-pwa/local-storage"; export declare function getAngularMajorVersion(host: Tree): number; export declare function getAllMainPaths(host: Tree): Promise<string[]>; export declare function getMainPath(host: Tree, userProject?: string): Promise<string>;