Problem encountered with HTML #1776
-
Hello everyone, I have a problem with the displaying of my Hello world components with the free version of JointJS in my angular component HTML page. as you can see, the code below isn't working : So please if you've an idea in how to fix that, tell me. Thank for your response guys ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Just from looking at The latest CDN versions can be seen in this tutorial: If you have some errors in the console, it might help you debug the problem. The following tutorial/repository shows you how to use JointJS+ with Angular, but you could create similar code using JointJS. |
Beta Was this translation helpful? Give feedback.
Just from looking at
script
tags in your picture, I can see you are not using the latest version of JointJS via CDN.The latest CDN versions can be seen in this tutorial:
https://resources.jointjs.com/tutorial/hello-world
If you have some errors in the console, it might help you debug the problem.
The following tutorial/repository shows you how to use JointJS+ with Angular, but you could create similar code using JointJS.
https://resources.jointjs.com/tutorial/angular
https://github.com/clientIO/rappid-tutorial-angular12