Prevent ngOnDestroy from being called when moving components using ngx-drag-drop in Angular
I’m using the ngx-drag-drop
library in my Angular application to allow users to drag and drop components. However, I am facing an issue where the ngOnDestroy
lifecycle hook is being triggered when I move an already dropped component from one position to another within the list.
Prevent ngOnDestroy from being called when moving components using ngx-drag-drop in Angular
I’m using the ngx-drag-drop
library in my Angular application to allow users to drag and drop components. However, I am facing an issue where the ngOnDestroy
lifecycle hook is being triggered when I move an already dropped component from one position to another within the list.
Prevent ngOnDestroy from being called when moving components using ngx-drag-drop in Angular
I’m using the ngx-drag-drop
library in my Angular application to allow users to drag and drop components. However, I am facing an issue where the ngOnDestroy
lifecycle hook is being triggered when I move an already dropped component from one position to another within the list.