MrPollux
MrPollux
@Achilles1515: You're right. I solved it as follows: onDragStarted(event: CdkDragStart) { this.dragRect = event.source.element.nativeElement.getBoundingClientRect(); } onDragReleased(event: CdkDragRelease) { const placeholder = event.source.getPlaceholderElement(); placeholder.style.transform = ""; const rect = placeholder.getBoundingClientRect(); const...
@Achilles1515 [data-table.zip](https://github.com/angular/components/files/4262428/data-table.zip)
Hi, mising pets will be shown on the right side of the screen under the quests (objectives). If you have too many quests in the list, the missing pets may...