Is there any way to connect cdkDrag
element with ng-template
where in that ng-template
there is a cdkDragHandle
?
I would like to drag element only by tag marked with cdkDragHandle
.
Here is small stackblitz to show the issue: https://stackblitz.com/edit/angular-admshu?file=src/app/cdk-drag-drop-connected-sorting-group-example.html