Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular library for flowchart builder or workflow editor [closed]

I am currently looking for an open-source library for flowchart builder or workflow editor for frontend webapp in angular.

I have looked at jsplumb and jointjs. But the angular wrapper for both these libraries are licensed.

I have also checked mxgraph. But there is no angular wrapper available for it.

Please let me know if someone has implemented flowchart builder or workflow editor in angular using open-source libraries.

like image 274
Nithin Kumar Biliya Avatar asked Nov 29 '18 08:11

Nithin Kumar Biliya


1 Answers

Checkout the NGX-Graph - graph visualization library for Angular: https://swimlane.github.io/ngx-graph/

like image 134
Robert Avatar answered Sep 29 '22 01:09

Robert