UNPKG

ngx-pwa

Version:

Provides functionality around the progressive web app functionality in angular. Most notably the an approach to cache POST, UPDATE and DELETE requests.

41 lines 848 B
{ "name": "ngx-pwa", "version": "18.0.1", "license": "MIT", "keywords": [ "angular", "material", "pwa", "offline", "cache-requests", "background-sync" ], "peerDependencies": { "@angular/common": "18", "@angular/core": "18", "@angular/material": "18", "@angular/forms": "18", "@angular/animations": "18", "@angular/service-worker": "18", "uuid": "9", "lodash": "4", "dompurify": "3" }, "dependencies": { "tslib": "^2.6.2" }, "module": "fesm2022/ngx-pwa.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-pwa.mjs", "esm": "./esm2022/ngx-pwa.mjs", "default": "./fesm2022/ngx-pwa.mjs" } }, "sideEffects": false }