python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I combine a cdkDragDisabled with an cdkDragStarted?
I have some draggable elements. Some of them aren't movable. If the user tries to move them, I want to show an alert, that explains, why you cannot move this element.
I already disabled the movement o...
xXxKaddiexXx
Votes: 0
Answers: 0
CDK drop List always sets the list items from initial index in Angular
I have this cdk Drag drop
<div class="example-container" cdkDropListGroup>
Thus to describe data, one needs to know the extent of variability. This is given by the measures of dispersi...
user3653474
Votes: 0
Answers: 1
Drag and Drop in Angular 13
I want to drag an element from one component (e.g. a material list) to a material tree. Actually I found no sample how to do this. What I found is a drag and drop sample, that uses two lists (https://...
Marco Siebert
Votes: 0
Answers: 0
Angular scale is not working on cdk drag preview
In my angular application, I have a draggable div. Its parent is scaled down with CSS transform property. While drag the div, the cdk drag preview is not align with its parent's scaling. The div heigh...
Harun Or Rashid
Votes: 0
Answers: 0