UNPKG

ngx-http-client-service

Version:

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END -->

50 lines (49 loc) 1.24 kB
{ "name": "ngx-http-client-service", "version": "8.3.3", "keywords": [ "Angular 8", "ng", "angular-service", "aot", "aot-compatible", "httpClient", "REST API", "async", "GET", "PUT", "POST", "DELETE", "REQUEST", "OPTIONS", "HEAD", "JSONP", "PATCH" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/parasharabh/ngx-http-client-service" }, "bugs": { "url": "https://github.com/parasharabh/ngx-http-client-service/issues" }, "homepage": "https://github.com/parasharabh/ngx-http-client-service#readme", "dependencies": { "tslib": "^1.10.0" }, "peerDependencies": { "@angular/common": "^8.2.14", "@angular/core": "^8.2.14" }, "main": "bundles/ngx-http-client-service.umd.js", "module": "fesm5/ngx-http-client-service.js", "es2015": "fesm2015/ngx-http-client-service.js", "esm5": "esm5/ngx-http-client-service.js", "esm2015": "esm2015/ngx-http-client-service.js", "fesm5": "fesm5/ngx-http-client-service.js", "fesm2015": "fesm2015/ngx-http-client-service.js", "typings": "ngx-http-client-service.d.ts", "metadata": "ngx-http-client-service.metadata.json", "sideEffects": false }