Answers for "angular material drag and drop disappear"

0

angular material drag and drop only on button

<div class="example-box" cdkDrag>
  I can only be dragged using the handle

  <div class="example-handle" cdkDragHandle>
    <button class="btn move" cdkDragHandle>
      <mat-icon>open_with</mat-icon>
	</button>
  </div>
</div>
Posted by: Guest on August-17-2020

Browse Popular Code Answers by Language