<cdk-drop (dropped)="onDrop($event)"> <div *ngFor="let item of items" cdkDrag> {{item}} <img *cdkDragPlaceholder src="..."> </div> </cdk-drop>