This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
FoodLoop-Web/src/app/shared/leaderboard-result.component.html
2017-11-10 17:15:11 +00:00

3 lines
204 B
HTML

<td>{{ item.position }}</td>
<td class="text-truncate">{{ item.display_name }}</td>
<td>{{ listType.includes('total') ? (item.value | currency:'GBP':true:'1.2-2') : (item.value | number:'1.0-0') }}</td>