Hi Chaz,
We have
created a sample to perform connector split in the diagram. After diagram gets
created, diagram created event gets triggered. In that event set the enableConnectorSplit
as true. So when dropping a new node onto an existing connector and new
connection created between the new node and existing nodes. Please refer to
below code snippet and sample
|
public
created() {
this.diagram.enableConnectorSplit = true;
}
|
Sample: https://stackblitz.com/edit/angular-wukrvj?file=app.component.ts
Regards
Aravind Ravi