UNPKG

ngx-http-request-state

Version:

Angular library for wrapping HttpClient responses with loading & error information to allow observing load/loading/error state changes as a stream of events.

39 lines 1.21 kB
{ "name": "ngx-http-request-state", "description": "Angular library for wrapping HttpClient responses with loading & error information to allow observing load/loading/error state changes as a stream of events.", "funding": "https://github.com/daiscog/ngx-http-request-state?sponsor=1", "keywords": [ "angular", "http", "request", "loading", "error" ], "version": "3.6.0", "peerDependencies": { "rxjs": "^6.2.0 || ^7.4.0", "@angular/common": "^14.2.10 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "homepage": "https://github.com/daiscog/ngx-http-request-state#readme", "repository": { "type": "git", "url": "https://github.com/daiscog/ngx-http-request-state.git", "directory": "libs/ngx-http-request-state" }, "license": "MIT", "sideEffects": false, "module": "fesm2022/ngx-http-request-state.mjs", "typings": "types/ngx-http-request-state.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ngx-http-request-state.d.ts", "default": "./fesm2022/ngx-http-request-state.mjs" } } }