@if (!isStagger) {
@for (circle of data | slice : 0 : (limit || data?.length); track $index; ) {
@if (circle.iconClass) { } @else { {{ circle.name ? circle.initials || (circle.name | initials) : '' }} }
} @if (limit && data.length > limit) {
+{{ data.length - limit }}
}
} @else {
@for (circle of staggerArray; track $index; ) {
{{ $index === 0 ? stagger : '' }}
}
}