1
Answer

Drag and drop between list/component or menu list in angular

Photo of Peter Cruise

Peter Cruise

2y
588
1

I want to drag and drop menu list means move up down and also drag and drop list box from one component to other component in angular.

Answers (1)

3
Photo of Rajesh Gami
77 24.4k 1.3m 2y
Refer this links
 
https://stackblitz.com/edit/angular-drag-and-drop-example?file=src%2Fapp%2Fapp.component.ts
https://stackblitz.com/edit/angular7-drag-and-drop-between-lists?file=src%2Fapp%2Fapp.component.ts
https://stackblitz.com/edit/angular-cdk-drag-and-drop-mutiple-components?file=src%2Fapp%2Fapp.component.ts
 
Accepted