@if (children.length > 0) {
@for (c of visibleChildren; track c; let i = $index) {
0) ? 'tile-overflow-bg' : getTileColorClass(c)"
[pTooltip]="c.dw_title" tooltipPosition="bottom">
@if (i === maxTiles - 1 && overflowCount > 0) {
+{{ overflowCount }}
altri
} @else {
{{ c.dw_title }}
}
}
@for (_ of [].constructor(maxTiles - visibleChildren.length); track _) {
}
} @else {
}