ng-rest-http
Version:
http client module for Angular [ tested for angular6 ]
43 lines • 1 kB
JSON
{
"name": "ng-rest-http",
"version": "3.1.1",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.3.0"
},
"description": "http client module for Angular [ tested for angular6 ]",
"main": "karma.conf.js",
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangta69/ng-httpClient.git"
},
"keywords": [
"http",
"httpClient",
"file upload",
"angular"
],
"author": "pondol",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangta69/ng-httpClient/issues"
},
"homepage": "https://github.com/wangta69/ng-httpClient#readme",
"module": "fesm2022/ng-rest-http.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-rest-http.mjs",
"esm": "./esm2022/ng-rest-http.mjs",
"default": "./fesm2022/ng-rest-http.mjs"
}
},
"sideEffects": false
}