UNPKG

@ngx-loading-bar/http

Version:

Automatic page loading / progress bar for Angular

38 lines (37 loc) 983 B
{ "name": "@ngx-loading-bar/http", "version": "4.2.0", "description": "Automatic page loading / progress bar for Angular", "keywords": [ "angular", "angular2", "ng", "ng2", "loading", "loadingbar", "progress", "progressbar" ], "license": "MIT", "repository": { "url": "https://github.com/aitboudad/ngx-loading-bar.git", "type": "git" }, "peerDependencies": { "@ngx-loading-bar/core": "4.2.0", "@angular/http": ">=7.0.0" }, "main": "bundles/ngx-loading-bar-http.umd.js", "module": "fesm5/ngx-loading-bar-http.js", "es2015": "fesm2015/ngx-loading-bar-http.js", "esm5": "esm5/ngx-loading-bar-http.js", "esm2015": "esm2015/ngx-loading-bar-http.js", "fesm5": "fesm5/ngx-loading-bar-http.js", "fesm2015": "fesm2015/ngx-loading-bar-http.js", "typings": "ngx-loading-bar-http.d.ts", "metadata": "ngx-loading-bar-http.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }