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.

4 lines (3 loc) 139 B
import { Rule } from '@angular-devkit/schematics'; export declare function updateToV8(): Rule; export declare function updateToV9(): Rule;