Open AndreyKotofotoff opened 6 years ago
I am having same problem. Any updates for angular 6 ?
I'm working on it! There should be a PR in few minutes.
Any update?
bump
Bump
bump
bump
bump
bump
bump
bump
Does anybody have a workaround for this issue or it works without any problems?
i am inch away from moving away from this also..
While waiting for ng2-dnd angular 6 support the past few days, I discovered this alternative, which I'm now successfully using in my project. Be sure to npm install @swimlane/ngx-dnd
(angular 6 support) rather than npm install ngx-dnd
(no angular 6 support).
@term29 Does that work with bootstrap or ? I am looking for alternative that doesn't have any dependency other than angular
If you want Angular 6 support without changing too much of your implementation, there is a fork :) I'm also working on refactoring the code atm. https://github.com/beyerleinf/ngx-dnd
Maybe check out my angular-skyhook
before you do any heavy rewriting. Being built on the same core as react-dnd
, it has the backing of the react-dnd
community, with mature html5 and touch backends and highly active maintenance on all the fiddly DOM parts. And v6 support. And comprehensive documentation. It’s not a prefab sortable, but if you wanted to recreate this library, it would be much simpler, and you would get the benefit of that community behind you.
@kamilkisiela How is the progress?
warning " > ng2-dnd@5.0.2" has incorrect peer dependency "@angular/core@^4.0.0 || ^5.0.0". warning " > ng2-dnd@5.0.2" has incorrect peer dependency "@angular/forms@^4.0.0 || ^5.0.0".