ngx-flowchart
Version:
`ngx-flowchart` is an Angular component to show a flow chart. You can also grouping the flow process.
28 lines (27 loc) • 657 B
JSON
{
"name": "ngx-flowchart",
"version": "0.0.5",
"keywords": [
"angular",
"flowchart",
"ngx",
"ngx-flowchart"
],
"peerDependencies": {
"@angular/common": "^9.1.9",
"@angular/core": "^9.1.9"
},
"dependencies": {
"tslib": "^1.10.0"
},
"main": "bundles/ngx-flowchart.umd.js",
"module": "fesm5/ngx-flowchart.js",
"es2015": "fesm2015/ngx-flowchart.js",
"esm5": "esm5/ngx-flowchart.js",
"esm2015": "esm2015/ngx-flowchart.js",
"fesm5": "fesm5/ngx-flowchart.js",
"fesm2015": "fesm2015/ngx-flowchart.js",
"typings": "ngx-flowchart.d.ts",
"metadata": "ngx-flowchart.metadata.json",
"sideEffects": false
}