@foblex/flow
Version:
Angular-native node-based UI library for building node editors, workflow builders, and interactive graph interfaces.
21 lines (20 loc) • 653 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Installs @foblex/flow and its dependencies",
"factory": "./ng-add/index#ngAdd",
"schema": "./ng-add/schema.json"
},
"add": {
"description": "Installs @foblex/flow and its dependencies (alias for Nx users)",
"factory": "./ng-add/index#ngAdd",
"schema": "./ng-add/schema.json"
},
"ng-update": {
"description": "Updates @foblex/flow to the latest version",
"factory": "./ng-update/index#ngUpdate",
"schema": "./ng-update/schema.json"
}
}
}