Last active
September 3, 2021 18:40
-
-
Save NyaGarcia/86d263028c41731c243a12e9a081d681 to your computer and use it in GitHub Desktop.
cdkDropList element containing cdkDrag draggable elements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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