How to Integrate mxgraph editor in angular2?
How to Integrate mxgraph editor in angular2 by using JavaScript client library? What I've tried so far, I have installed mxgraph using the npm package -- npmjs.com/package/mxgraph . Then imported all the required js file from it through vendor.ts file as shown in mxgraph editor index.html. Created type definition files for mxutil, editorUI, editor js files in it. We are not able to load the graph editor in my angular2 app. So, I would like to know how to integrate mxgraph editor in to my angular2 app. If anyone still struggling with mxGraph integration in Angular 4/5/6. Then here is Complete