Closed PhilippMDoerner closed 21 hours ago
What you would be using is
cdk-virtual-scroll-viewport
with *cdkVirtualFor="let article of articles(); trackBy: trackByIndex"
.
However, that has the limitation of being a list with a single item per row. It does not do columns. You can hack around that by introducing columns yourself. But that is slow and spends a lot of time in "Pre-Paints"
Add some marker that says "new" or "updated" to the card. The iconCar should just implement some "decorator" that can contain text and the text is then provided by the outside.