Michael Marcuccio
Michael Marcuccio
This build still has the memory error reference bug that was fixed by Wydd. Don't know if that was the question here or not.
Looks great. Everything functioning so far!
@dadadcko are you calling checkAuth() anywhere besides a special '/callback' page? There seems to be a bug where if you call checkAuth() again immediately after the AutoLoginPartialRoutesGuard does, the checkAuth()...
nested-flow.component.html ``` {{ data.name }} ```
@joel-wenzel is #68 doing what you intended for this enhancement to be?
This #68 implementation is for the functionality. It is not the best looking yet, but it adds a lot of features. Documentation needs to be updated.
If you drag a step to the very bottom it should add you some room:
I created a workaround for this by blurring the dropdownbutton on click: ``` import { Directive } from '@angular/core'; import { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy'; import { DropDownButtonComponent }...
This feature exists using ```NgFlowchart.Options.manualConnectors = true``` to draw arrows from parents to a single child.