New Angular Drag and Drop Feature — ngDragDrop
https://medium.com/@sibeeshvenu/new-angular-drag-and-drop-feature-ngdragdrop-8bbdcaa5f737
As you all know that Angular 7 is out with some cool new features. I really appreciate that you wanted to experience the brand new Angular. Here in this post, I am going to explain a bit about one of the Angular 7 feature, which is Drag and Drops. At the end of this article, you will have an application which fetches the real data from the database and binds it to the UI and then performs multi-directional drag and drops. Enough talking, let’s jump into the setup. I hope you will find this post useful.
The source code can be found here.
New Angular Drag and Drop Feature — ngDragDrop
Oct 30, 2018, 11:36am UTC
https://medium.com/@sibeeshvenu/new-angular-drag-and-drop-feature-ngdragdrop-8bbdcaa5f737
> As you all know that Angular 7 is out with some cool new features. I really appreciate that you wanted to experience the brand new Angular. Here in this post, I am going to explain a bit about one of the Angular 7 feature, which is Drag and Drops. At the end of this article, you will have an application which fetches the real data from the database and binds it to the UI and then performs multi-directional drag and drops. Enough talking, let’s jump into the setup. I hope you will find this post useful.
> The source code can be found here.