Import Modeler in Angular 12

i import Modeler in angular 12: import BpmnModeler from ‘bpmn-js/lib/Modeler’;
but error import. Please help me. Thank all 1111

Hi,

It looks like you are using bpmn-js in a typescript project. As bpmn-js is a javaScript Library, we do not publish types. This will not prevent you from building your app tho. Can you explain what you tried to resolve the issues and where you got stuck?

If you want to youse types. You can check and contribute to community projects like DefinitelyTyped for community maintained type definitions.

Cheers
Martin