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) 234 B
import { type Rule } from "@angular-devkit/schematics"; export declare function updateToV8(): Rule; export declare function updateToV9(): Rule; export declare function updateToV13(): Rule; export declare function updateToV15(): Rule;