ng-flowchart
ng-flowchart copied to clipboard
NgIf Issue
I face issue when I use this using *ngIf , as when I use it conditionally it doesnt work properly , it lags until I scroll or do something on screen
It sounds like you need to trigger change detection, or maybe even rerender() canvas.
@tanishkab Can you also check if change detection is set to push in your component that has the canvas?
@michaelmarcuccio Yeah, I triggered change detection to solve this issue @joel-wenzel No, it wasn't set to push.