bpmn-io / bpmn-js-properties-panel

A properties panel for bpmn-js.
MIT License
294 stars 197 forks source link

Property panel is not visible #1085

Open SumuduRasnayake opened 2 days ago

SumuduRasnayake commented 2 days ago

Describe the Bug

We have successfully integrated 'bpmn-js-properties-panel' with the Camunda 8 modeler in Angular 9.

However, after upgrading to Angular 17, we are facing an issue with loading the properties panel. Specifically, we are unable to locate the modules "BpmnPropertiesPanelModule" and "BpmnPropertiesProviderModule" as referenced in the library.

image

Steps to Reproduce

  1. Create an angular 17 project.
  2. Implement camunda and bpmn-js-properties-panel using npm.
  3. Properties panel is not loaded.

Expected Behavior

Properties panel should be worked properly with angular 17 as below.

image

Environment

jarekdanielak commented 2 days ago

There isn't enough information for us to reproduce the issue. Can you perhaps share an example of a repo where this is happening?