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.

25 lines 757 B
{ "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "migration-v8": { "version": "8", "description": "Updates @ngx-pwa/local-storage to v8", "factory": "./ng-update/index#updateToV8" }, "migration-v9": { "version": "9", "description": "Updates @ngx-pwa/local-storage to v9", "factory": "./ng-update/index#updateToV9" }, "migration-v13": { "version": "13", "description": "Updates @ngx-pwa/local-storage to v13", "factory": "./ng-update/index#updateToV13" }, "migration-v15": { "version": "15", "description": "Updates @ngx-pwa/local-storage to v15", "factory": "./ng-update/index#updateToV15" } } }