Toppings {{ toppings.value?.[0] || '' }} @if ((toppings.value?.length || 0) > 1) { (+{{ (toppings.value?.length || 0) - 1 }} {{ toppings.value?.length === 2 ? 'other' : 'others' }}) } @for (topping of toppingList; track topping) { {{topping}} }