akserg / ng2-dnd

Angular 2 Drag-and-Drop without dependencies
MIT License
838 stars 251 forks source link

angular 6 support? #258

Open AndreyKotofotoff opened 6 years ago

AndreyKotofotoff commented 6 years ago

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".

kshitizbista commented 6 years ago

I am having same problem. Any updates for angular 6 ?

kamilkisiela commented 6 years ago

I'm working on it! There should be a PR in few minutes.

kamilkisiela commented 6 years ago

259

tosehee75 commented 6 years ago

Any update?

tosehee75 commented 6 years ago

bump

sadsa commented 6 years ago

Bump

Kirozen commented 6 years ago

bump

jgill248 commented 6 years ago

bump

tosehee75 commented 6 years ago

bump

arangates commented 6 years ago

bump

tosehee75 commented 6 years ago

bump

sergamers commented 6 years ago

bump

destus90 commented 6 years ago

Does anybody have a workaround for this issue or it works without any problems?

sergamers commented 6 years ago

@destus90 While it doen't work i use in my project this

tosehee75 commented 6 years ago

i am inch away from moving away from this also..

term29 commented 6 years ago

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).

tosehee75 commented 6 years ago

@term29 Does that work with bootstrap or ? I am looking for alternative that doesn't have any dependency other than angular

beyerleinf commented 6 years ago

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

cormacrelf commented 6 years ago

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.

yoheimiyamoto commented 6 years ago

@kamilkisiela How is the progress?