-
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
Compatibility with the Ivy view engine #283
Comments
I've upgraded to Angular 16 and this is the only package lagging behind. Any news on this? A fork would be nice too. |
Hi, got the same problem on my side |
As a fix for me, I decided to switch from ngx-sortablejs to angulars own drap and drop interface: https://material.angular.io/cdk/drag-drop/overview#transferring-items-between-lists |
Unfortunately, that doesn't work very well with display: grid :(. |
Hi guys, we were using nx so we just took the library into the project. |
I discovered this library -> https://github.com/Liquid-JS/nxt-components it includes a fork that only needs a couple of tweaks to get working. Have a look at the breaking changes to see what needs to be renamed -> https://github.com/Liquid-JS/nxt-components/blob/master/BREAKING_CHANGES.md |
Hi, folks, I suggest you can try the ng-dnd library |
You guys think there is any chance the plugin get updated ? |
Here is a link of a fork working for angular16 for the ones that are interested : https://github.com/epicuro/ngx-sortablejs |
Is there an npm package for this fork available? |
You can install package from his fork with npm |
I tried to use this fork, but I'm getting this error: Here's a repository to reproduce this problem. |
Hi, have same problem that @adam-drozdz-ie . I found another repo and it works fine https://www.npmjs.com/package/nxt-sortablejs |
Thanks for the suggestion, but I can't find the equivalent of |
u can use config , https://liquid-js.github.io/nxt-components/demo/sortablejs#example-4 look demo |
Great, thank you! |
Thanks for this fork! Installation should be go via a subfolder of this fork. https://gitpkg.now.sh could fix it because @adam-drozdz-ie @danitoro97 this works for us: |
I had the same problem as described above for a little while now, that this package is lacking behind with its version. I was able to fully remove and replace the following dependencies: sortablejs, @types/sortablejs & ngx-sortablejs I installed the Official Angular Component Development Kit
and imported the following module
I would say that you can probably use all the features of ngx-sortablejs here too (with slightly different syntax) and I have to say, all the ones I've used can do the Angular Library even better (the auto-scroll feature for example)! Here's the link for the documentation: https://material.angular.io/cdk/drag-drop/overview And take a look here at the moveItemInArray function, it saved me multiple lines of code: https://material.angular.io/cdk/drag-drop/api#cdk-drag-drop-functions I'd recommend that you read the full documentation about Drag and Drop to find every feature that you need (they are named different sometimes in comparison to ngx-sortablejs). And while you're exploring the CDK: It has some really cool directives to explore too for example the virtual scrolling! |
Hi,
We want to upgrade our project to the Angular 16, so we need to confirm whether the libraries we are using are ivy compatible or not, so we would like to confirm whether this library is compatible with the Ivy or not ?
Thanks
The text was updated successfully, but these errors were encountered: