Hello,
I'm facing an issue using ng-template with custom component in it.
the custom nodes are not visible but present in devtool!
here is the code inside the graph :
<ng-template #nodeTemplate let-node> <app-custom-node [data]="node.data"></app-custom-node> </ng-template>

ngx-graph 10.0.0-alpha.0 with Angular 19