Closed messxay closed 2 years ago
i processed problem by set nodeTemplate and set type shape of NodeModel HTML and content is '',
_<ejs-diagram
width="100%"
height="400px"
[getConnectorDefaults]="connDefaults"
[getNodeDefaults]="nodeDefaults"
[layout]="layout"
[nodes]="nodes"
[snapSettings]="snapSettings"
(click)="click($event)"
<ng-template #nodeTemplate let-data> <div [attr.test]="test(data)">
column 1column 2column 3
i will closed topic. Thanks.
Hi all, I want set template for node use ng-template but i can't find document for it.