We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6201764 commit 650acbcCopy full SHA for 650acbc
src/dev-app/drag-drop/drag-drop-demo.html
@@ -9,7 +9,7 @@ <h2>To do</h2>
9
[cdkDropListData]="todo">
10
<div *ngFor="let item of todo" cdkDrag>
11
{{item}}
12
- <ng-container cdkDragHandle>move</ng-container>
+ <mat-icon cdkDragHandle svgIcon="dnd-move"></mat-icon>
13
</div>
14
15
0 commit comments