UNPKG

@rfprodz/client-pwa-offline

Version:

PWA offline feature for Angular clients.

42 lines 1.11 kB
{ "name": "@rfprodz/client-pwa-offline", "version": "1.2.14", "description": "PWA offline feature for Angular clients.", "keywords": [ "angular-module", "angular-interceptor", "angular-component" ], "homepage": "https://github.com/rfprod/nx-ng-starter", "bugs": { "url": "https://github.com/rfprod/nx-ng-starter/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rfprod/nx-ng-starter.git" }, "license": "MIT", "author": "rfprod <zoidenmacht@zoho.com>", "dependencies": { "tslib": "2.8.1" }, "peerDependencies": { "@angular/common": "21.2.12", "@angular/core": "21.2.12", "@angular/material": "21.2.10", "@angular/router": "21.2.12" }, "module": "fesm2022/rfprodz-client-pwa-offline.mjs", "typings": "types/rfprodz-client-pwa-offline.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/rfprodz-client-pwa-offline.d.ts", "default": "./fesm2022/rfprodz-client-pwa-offline.mjs" } }, "sideEffects": false, "type": "module" }