I am trying to make drag drop work between two treeviews. My second treeview is under an *ngIf and does not always exist.
I have included 'dropZoneTreeViews' in both tree layouts. '(nodeDrop)' event does not fire on the second tree when visible.
I have a work around: If I add a '@ViewChild' to the component for the second 'TreeViewComponent' then events fire, but Angular throws an 'ExpressionChangedAfterItHasBeenCheckedError' error.
Can you advise any Help?
Brad