Back to Openproject

Scrollable Tabs.Component

frontend/src/app/shared/components/tabs/scrollable-tabs/scrollable-tabs.component.html

17.3.1379 B
Original Source

@for (tab of tabs; track tab.id) { - @if (!tab.route) { @if (counter(tab) | async; as tabCounter) { @if (tab.showCountAsBubble) { } @if (tabCounter > 0 && !tab.showCountAsBubble) { ({{ tabCounter }}) } } } @if (tab.route) { @if (counter(tab) | async; as tabCounter) { @if (tab.showCountAsBubble) { } @if (tabCounter > 0 && !tab.showCountAsBubble) { ({{ tabCounter }}) } } } }