JadeWilson94

Results 3 comments of JadeWilson94

@michaelmarcuccio it's version 1.0.1-beta. unfortunately I cannot recreate the issue on stackblitz, but the only difference being that it's in a modal in my application? https://stackblitz.com/edit/ng-flowchart-workflow-dbhqh?file=src/app/app.component.ts My workaround for the...

I've upgraded to 1.0.0-beta.9 and used setTimeout(() => flow.upload(startingFlow)) but still having same issue. It needing to wait until next cycle makes sense why uploading the flow in ngAfterViewChecked() works...

@joel-wenzel no that's not what's occurring. I still am getting the same issue when I try:  setTimeout(() => flow.upload(startingFlow)) in the ngAfterViewInit()... however as a workaround I re-render the flow...