ng-lock
Version:
Angular decorator for lock a function and user interface while a task running.
37 lines • 890 B
JSON
{
"name": "ng-lock",
"version": "20.0.1",
"description": "Angular decorator for lock a function and user interface while a task running.",
"repository": {
"type": "git",
"url": "git+https://github.com/nigrosimone/ng-lock.git"
},
"keywords": [
"angular"
],
"author": "Simone Nigro <nigro.simone@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nigrosimone/ng-lock/issues"
},
"homepage": "https://github.com/nigrosimone/ng-lock",
"peerDependencies": {
"@angular/common": ">15.0.0",
"@angular/core": ">15.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/ng-lock.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-lock.mjs"
}
},
"sideEffects": false
}