You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed options for dragging beetween multiple list. I marked options as any type in typecsript without any imports and it works.... But only as temporary solution I hope import will be fixed soon :)
options: any = { group: 'groups', draggable: '.draggable', };
I needed options for dragging beetween multiple list. I marked options as any type in typecsript without any imports and it works.... But only as temporary solution I hope import will be fixed soon :)
options: any = { group: 'groups', draggable: '.draggable', };
did you try my suggestion? (import {Options} from 'sortablejs';)
(strangely enough I only get onStart events, but for other options should hopefully just work)
I am using Angular 12 version and ngx-sortablejs v11.1.0.
I used this options on a previous angular version. But whenever I upgrade from the angular and ngx-sortablejs version, I am getting this error.
Is there any alternatitve?
The text was updated successfully, but these errors were encountered: