8

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.

Nithin Kumar Biliya
  • 2,763
  • 3
  • 34
  • 54
  • jsplumb has a free version with some good options, i forked it and used and developed it was OK and easy to work. – Fateme Fazli Nov 29 '18 at 08:03
  • you had to write angular wrapper around jsplumb to use with your application or you could directly integrate it with angular? – Nithin Kumar Biliya Nov 29 '18 at 11:13
  • you can directly work with it check this https://stackblitz.com/edit/angular-jsplumb – Fateme Fazli Nov 29 '18 at 12:03
  • this is a very simple example which does not explore the complexities with developing a flow chart builder/editor. looks like it would take a lot of effort to go with this approach. was looking for something which would be readily available as a flow chart editor component – Nithin Kumar Biliya Dec 04 '18 at 14:29

1 Answers1

1

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

Robert
  • 2,357
  • 4
  • 25
  • 46
  • 1
    Check also Sequential Workflow Designer for Angular: https://www.npmjs.com/package/sequential-workflow-designer-angular – b4rtaz Mar 15 '23 at 23:07