-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module '"ngx-sortablejs"' has no exported member 'SortablejsOptions'.ts in Angular 12 #251
Comments
Had the same issue, this works for me:
|
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 :)
|
did you try my suggestion? ( (strangely enough I only get onStart events, but for other options should hopefully just work) |
Yes with a little edit |
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: