Moves an item from one array to another.
API
function transferArrayItem<T = any>( currentArray: T[], targetArray: T[], currentIndex: number, targetIndex: number, ): void;
Moves an item from one array to another.
function transferArrayItem<T = any>( currentArray: T[], targetArray: T[], currentIndex: number, targetIndex: number, ): void;
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/cdk/drag-drop/transferArrayItem