Search code examples
angularangular5angular6

How to drag and reorder content in angular


I have 5 different content. I want to drag and reorder it in the same row.. How can I do this in angular 2,4,5 or 6. If anybody know please help me to do this.

stackblitz


Solution

  • This library contains all drag and drop features ng2-dragula, and this is the demo.

    stackblitz example