3

For my current project, I'm using this amazing library "GoJS", that offers many awesome diagrams.

The problem is that the library is based on Javascript, and does not have any AngularJS wrapper. The only angular code I found, is the based diagram http://gojs.net/latest/samples/angular.html

For my project, I need to use FlowChart http://gojs.net/latest/samples/flowchart.html.

I've tried to wrap it into a directive, but without any luck.

So, that's way I'm asking your help today, to provide me with a solution to easily integrate the diagram into my angulaJS app, or provide me with any wrapper that can work without any issue.

Thanks

Hicham ELG
  • 73
  • 1
  • 9

1 Answers1

0

You should be using the GoJS Angular Component. The gojs-angular-basic project is an example using it.

Simon Sarris
  • 62,212
  • 13
  • 141
  • 171