angular-drag-and-drop-lists
angular-drag-and-drop-lists copied to clipboard
Angular 2 support
Any considerations for migrating this to Angular 2?
I was also wondering if this will be supported in angular 2.
Definitely planning to do an angular2 version when I get around to it, shouldn't take too long.
It's my understanding that angular2 provides an UpgradeAdapter to run angular 1 and 2 code at the same time, which you can use in the meantime.
On further investigation, angular 2 is really a completely new framework rather than just a new version of angular 1. A proper support in angular 2 style would surely involve a fork that also uses TypeScript, for example. I have therefore decided that I won't do a angular 2 fork, as I barely find time to maintain this version.
I'll keep this issue open though, in case anyone creates a fork for angular 2 (or any other framework) and wants to promote it. I'm also happy to link it from the readme.
+1. Nice work. Would be nice to have this for Angular 2. If it comes to that, I hope to be able to contribute. Anyone interested, let's team up.
DId any one find a Angular 2 (now 6) version of this?