UNPKG

ng-http-spring

Version:

A Spring Boot-like HTTP library for Angular with decorators, caching, request queuing, file upload, WebSocket, and GraphQL support

46 lines 1.04 kB
{ "name": "ng-http-spring", "version": "1.0.0-beta.0", "description": "A Spring Boot-like HTTP library for Angular with decorators, caching, request queuing, file upload, WebSocket, and GraphQL support", "keywords": [ "angular", "spring", "http", "decorators", "websocket", "graphql", "file-upload", "caching", "request-queue" ], "author": { "name": "Narendra A", "email": "narendraa5803@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/NARENDRA531/ng-http-spring" }, "license": "MIT", "peerDependencies": { "@angular/common": ">=15.0.0", "@angular/core": ">=15.0.0", "rxjs": ">=7.5.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/ng-http-spring.mjs", "typings": "index.d.ts", "type": "module", "sideEffects": false, "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-http-spring.mjs" } } }