Leaderboard pages added and routing sorted
This commit is contained in:
parent
f5239a3822
commit
8a5236ad3a
8 changed files with 216 additions and 5 deletions
3
src/app/shared/leaderboard-result.component.html
Normal file
3
src/app/shared/leaderboard-result.component.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<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>
|
Reference in a new issue