Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Last active September 3, 2021 18:40
Show Gist options
  • Save NyaGarcia/86d263028c41731c243a12e9a081d681 to your computer and use it in GitHub Desktop.
Save NyaGarcia/86d263028c41731c243a12e9a081d681 to your computer and use it in GitHub Desktop.
cdkDropList element containing cdkDrag draggable elements
<div cdkDropList class="todo-list">
<h3>TO DO</h3>
<div class="awesome-todo" *ngFor="let todo of todos" cdkDrag>{{todo}}</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment