jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.7k stars 728 forks source link

Is there a way in Angular to drag a node from another component and drop to canvas in another component? #548

Open Vishalsutariya opened 1 year ago

Vishalsutariya commented 1 year ago

For example, I have a mat-dialog as a different component and the drawflow canvas is in another component. So I want to drag a node from the mat-dialog component to drawflow canvas component. So is it possible in drawflow?

jerosoler commented 1 year ago

There is currently no wrapper for Angular components.

view:

But you would only have to detect the drop events and load the component.