ng2-dnd icon indicating copy to clipboard operation
ng2-dnd copied to clipboard

angular 6 support?

Open AndreyKotofotoff opened this issue 6 years ago • 20 comments

warning " > [email protected]" has incorrect peer dependency "@angular/core@^4.0.0 || ^5.0.0". warning " > [email protected]" has incorrect peer dependency "@angular/forms@^4.0.0 || ^5.0.0".

AndreyKotofotoff avatar May 04 '18 11:05 AndreyKotofotoff

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

kshitizbista avatar May 10 '18 07:05 kshitizbista

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

kamilkisiela avatar May 11 '18 13:05 kamilkisiela

#259

kamilkisiela avatar May 11 '18 13:05 kamilkisiela

Any update?

tosehee75 avatar May 11 '18 23:05 tosehee75

bump

tosehee75 avatar May 14 '18 18:05 tosehee75

Bump

sadsa avatar May 15 '18 09:05 sadsa

bump

Kirozen avatar May 17 '18 14:05 Kirozen

bump

jgill248 avatar May 18 '18 12:05 jgill248

bump

tosehee75 avatar May 18 '18 20:05 tosehee75

bump

arangates avatar May 20 '18 15:05 arangates

bump

tosehee75 avatar May 21 '18 20:05 tosehee75

bump

sergamers avatar May 23 '18 06:05 sergamers

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

destus90 avatar May 25 '18 09:05 destus90

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

sergamers avatar May 25 '18 15:05 sergamers

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

tosehee75 avatar May 25 '18 16:05 tosehee75

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 avatar May 25 '18 19:05 term29

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

tosehee75 avatar May 25 '18 19:05 tosehee75

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

beyerleinf avatar Jun 17 '18 18:06 beyerleinf

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.

cormacrelf avatar Jun 19 '18 02:06 cormacrelf

@kamilkisiela How is the progress?

yoheimiyamoto avatar Jun 29 '18 03:06 yoheimiyamoto