UNPKG

ngx-http-annotations

Version:

This is a library to angular to use http request via decorator/annotations

44 lines 1.01 kB
{ "name": "ngx-http-annotations", "version": "0.8.0", "description": "This is a library to angular to use http request via decorator/annotations", "peerDependencies": { "@angular/common": ">=14.2.0", "@angular/core": ">=14.2.0" }, "keywords": [ "Angular", "Library", "httpClient", "annotation", "ng", "decorator", "ng", "ngx", "http", "http client" ], "author": "Mixalloff, Manudss", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "repository": { "type": "git", "url": "https://github.com/manudss/ngx-http-annotations" }, "module": "fesm2022/ngx-http-annotations.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-http-annotations.mjs", "esm": "./esm2022/ngx-http-annotations.mjs", "default": "./fesm2022/ngx-http-annotations.mjs" } }, "sideEffects": false }