@ssv/ngx.command
Version:
Command pattern implementation for angular. Command used to encapsulate information which is needed to perform an action.
44 lines • 1.07 kB
JSON
{
"name": "@ssv/ngx.command",
"version": "3.1.4-dev.61",
"versionSuffix": "",
"description": "Command pattern implementation for angular. Command used to encapsulate information which is needed to perform an action.",
"keywords": [
"sketch7",
"ngx",
"angular",
"ssv",
"command",
"pattern",
"ui"
],
"author": "Stephen Lautier <stephen.lautier@outlook.com>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/sketch7/ssv.ngx.git"
},
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": ">=17.0.0",
"@angular/forms": ">=17.0.0",
"rxjs": ">=6.0.0"
},
"sideEffects": false,
"module": "fesm2022/ssv-ngx.command.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ssv-ngx.command.mjs",
"esm": "./esm2022/ssv-ngx.command.mjs",
"default": "./fesm2022/ssv-ngx.command.mjs"
}
}
}