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
drop(event: CdkDragDrop<string[]>) { | |
moveItemInArray(this.movies, event.previousIndex, event.currentIndex); | |
} |