ngx-endpoints
Version:
A library to dynamically load data from http endpoints / urls in angular
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "ngx-endpoints",
"version": "1.1.5",
"description": "A library to dynamically load data from http endpoints / urls in angular",
"keywords": [
"Angular",
"Library",
"Endpoint",
"Dynamic",
"Url",
"Reporting",
"Charts"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pharindoko/ngx-endpoints.git"
},
"peerDependencies": {
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0"
},
"dependencies": {
"moment": "^2.22.2",
"moment-relativism": "^1.0.0",
"query-string": "^6.2.0",
"tslib": "^1.9.0"
},
"devDependencies": {},
"main": "bundles/ngx-endpoints.umd.js",
"module": "fesm5/ngx-endpoints.js",
"es2015": "fesm2015/ngx-endpoints.js",
"esm5": "esm5/ngx-endpoints.js",
"esm2015": "esm2015/ngx-endpoints.js",
"fesm5": "fesm5/ngx-endpoints.js",
"fesm2015": "fesm2015/ngx-endpoints.js",
"typings": "ngx-endpoints.d.ts",
"metadata": "ngx-endpoints.metadata.json",
"sideEffects": false
}