I am trying to use bpmn.io in my project. So i tried to integrate bpmn-properties-panel with Angular.
I had installed all the modules and imported them. But i am not getting all the properties what they are showing.
What i am getting is below image
As you can see i am not able to see all the properties of specific task.
and i went through their official forum Angular 6 and properties-panel
and if i do like that
import camundaModdleDescriptor from 'camunda-bpmn-moddle/resources/camunda.json';
i am getting error
Cannot find module 'camunda-bpmn-moddle/resources/camunda.json'. Consider using '--resolveJsonModule' to import module with '.json' extension
Help me!
Thanks in advance.
You can get Camunda.json
file here