Sanket
Sanket

Reputation: 20047

Angular2 typescript drag and drop feature

Anyone already tried drag and drop feature with Angular2 RC with typescript?

Cheers Sanket

Upvotes: 2

Views: 3311

Answers (1)

Bhushan Gadekar
Bhushan Gadekar

Reputation: 13805

For angular2 , implementing drag and drop is made quite simple: Following are the alternatives that you can go for implementing drag and drop in angular2.

personally I would go for ng2-dragula as it provides more features like dragula-model and more of styling.

Hope this helps.

Upvotes: 4

Related Questions