@ngx-loading-bar/http-client
Version:
Automatic page loading / progress bar for Angular
35 lines (34 loc) • 998 B
JSON
{
"name": "@ngx-loading-bar/http-client",
"version": "5.0.1",
"description": "Automatic page loading / progress bar for Angular",
"keywords": [
"angular",
"angular2",
"ng",
"ng2",
"loading",
"loadingbar",
"progress",
"progressbar"
],
"repository": {
"url": "https://github.com/aitboudad/ngx-loading-bar.git",
"type": "git"
},
"license": "MIT",
"peerDependencies": {
"@ngx-loading-bar/core": "5.0.1",
"tslib": "^1.10.0"
},
"main": "bundles/ngx-loading-bar-http-client.umd.js",
"module": "fesm5/ngx-loading-bar-http-client.js",
"es2015": "fesm2015/ngx-loading-bar-http-client.js",
"esm5": "esm5/ngx-loading-bar-http-client.js",
"esm2015": "esm2015/ngx-loading-bar-http-client.js",
"fesm5": "fesm5/ngx-loading-bar-http-client.js",
"fesm2015": "fesm2015/ngx-loading-bar-http-client.js",
"typings": "ngx-loading-bar-http-client.d.ts",
"metadata": "ngx-loading-bar-http-client.metadata.json",
"sideEffects": false
}