Skip to content

Instantly share code, notes, and snippets.

@StephenFluin
Last active October 17, 2018 16:52
Show Gist options
  • Save StephenFluin/c570de6689d6e4582c84ffc54623f1cc to your computer and use it in GitHub Desktop.
Save StephenFluin/c570de6689d6e4582c84ffc54623f1cc to your computer and use it in GitHub Desktop.
<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