Error while using bpmn-js-properties-panel and camunda-bpmn-moddle in angular10 application

Code sandbox is complaining about node_modules dependency. solving it my local… another 30 minutes

Please take the code from my git repo. Good Luck!

This code is tested. Please let me know if you need anything on this.

Thanks now it is working. I have few more doubts as below.

Since bpmn-js has a license, I want to know if I can build the same flowchart editor using angular 10 but not including bpmn-js?

As long as you don’t remove/alter their logo on the canvas, you are free to use/extend bpmn-js. Please read their license agreement

b.t.w there is no problem with bpmn.js library. Your project setup is not correct. I have corrected your project setup. Please note, In order to display properties panel properly, the bpmn js style sheets need to be imported in your project. Look at your project root/src/styles.css. I have added import statements.

1 Like

Please do not necrobump old topics. Instead link to this thread from new topic.