Skip to main content

All Questions

0 votes
1 answer
696 views

angular material drag&drop calls callback after css transition end

I have implemented list of elements which can be drag and dropped via angular material drag and drop feature like in tutorial https://material.angular.io/cdk/drag-drop/overview I've implemented ...
NextLevel's user avatar
21 votes
5 answers
13k views

How to change z-index of Angular CDK Drag and Drop?

I am using the Angular Material CDK Drag and Drop Functionality in my application. The drag and drop functionality is working fine, unless I am using it within a dialog (for most components I am using ...
Tobias Kaufmann's user avatar
2 votes
1 answer
4k views

Change the height of a dragged item before drop using angular material drag and drop

I tried to change the height of the dragged object using angular material drag and drop. I have tried to change the class name of the dragged div using cdkdragstart event and adjusted the height in ...
nataraj sarath's user avatar
4 votes
2 answers
2k views

How to drop an element of a cdkDropList into a div?

I have a left and a right div. The left div contains a cdkDropList. What I want to archieve, is that the items of the DropList stay in the right div once dragged there. The Status quo is that they ...
NicO's user avatar
  • 681
13 votes
6 answers
20k views

How can I change the cursor when dragging? Material CDK Drag and Drop

Using the Drag and Drop behavior from the Material CDK library, I'm trying to change the cursor upon dragging a cdkDrag element. For example, in this StackBlitz the cursor is grab upon hover. I'd ...
Patrick's user avatar
  • 13.5k