@foblex/flow
Version:
An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.
16 lines (15 loc) • 466 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"
},
"ng-update": {
"description": "Updates @foblex/flow to the latest version",
"factory": "./ng-update/index#ngUpdate",
"schema": "./ng-update/schema.json"
},
}
}