ng-busy
Version:
Show busy/loading indicators on any promise or subscription
54 lines • 1.23 kB
JSON
{
"name": "ng-busy",
"version": "16.1.1",
"description": "Show busy/loading indicators on any promise or subscription",
"author": "victos",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/victos/angular-opensource.git"
},
"homepage": "https://github.com/victos/angular-opensource/tree/master/projects/ng-busy",
"bugs": {
"url": "https://github.com/victos/angular-opensource"
},
"keywords": [
"angular",
"angular2",
"busy",
"loading",
"angular2-busy",
"ng2-busy",
"ng-busy",
"waiting",
"angular5",
"angular6"
],
"engines": {
"node": ">= 16.0.0",
"npm": ">= 5.6.0"
},
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/animations": "^16.0.0",
"rxjs": "^7.2.0"
},
"dependencies": {
"tslib": "^2.0.3"
},
"module": "fesm2022/ng-busy.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-busy.mjs",
"esm": "./esm2022/ng-busy.mjs",
"default": "./fesm2022/ng-busy.mjs"
}
},
"sideEffects": false
}