UNPKG

ng-http-caching

Version:

Cache for HTTP requests in Angular application.

47 lines 1.06 kB
{ "name": "ng-http-caching", "version": "20.0.1", "description": "Cache for HTTP requests in Angular application.", "repository": { "type": "git", "url": "git+https://github.com/nigrosimone/ng-http-caching.git" }, "keywords": [ "angular", "cache", "interceptor", "network", "http", "client", "http-client", "header", "headers", "interact", "configuration" ], "author": "Simone Nigro <nigro.simone@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/nigrosimone/ng-http-caching/issues" }, "homepage": "https://github.com/nigrosimone/ng-http-caching", "peerDependencies": { "@angular/common": ">15.0.0", "@angular/core": ">15.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/ng-http-caching.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-http-caching.mjs" } }, "sideEffects": false }