Skip to content

Instantly share code, notes, and snippets.

@StephenFluin
Created October 17, 2018 15:26
Embed
What would you like to do?
drop(event: CdkDragDrop<string[]>) {
moveItemInArray(this.movies, event.previousIndex, event.currentIndex);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment