-
-
Save StephenFluin/c570de6689d6e4582c84ffc54623f1cc to your computer and use it in GitHub Desktop.
This file contains 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="list" (cdkDropListDropped)="drop($event)"> | |
<div class="box" *ngFor="let movie of movies" cdkDrag>{{movie}}</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment