ng-busy-19
Version:
Show busy/loading indicators on any promise or subscription
60 lines • 1.29 kB
JSON
{
"name": "ng-busy-19",
"version": "19.0.1",
"description": "Show busy/loading indicators on any promise or subscription",
"author": "victos",
"contributors": [
{
"name": "atp1axw",
"url": "https://github.com/ATP1AXW"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ATP1AXW/ng-busy.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",
"angular19",
"ng-busy-19"
],
"engines": {
"node": ">= 18.19.1",
"npm": ">= 10.2.4"
},
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/animations": "^19.0.0",
"rxjs": "^7.8.1"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/ng-busy-19.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-busy-19.mjs"
}
},
"sideEffects": false
}