angular6typescript2.0angular7bpmn.io

Angular 6 and bpmn-properties-panel


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.

Example given by bpmn.io

What i am getting is below image

enter image description here

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.


Solution

  • You can get Camunda.json file here