|
@ -6,6 +6,31 @@ |
|
|
</td> |
|
|
</td> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
|
|
|
|
|
|
|
|
|
<ng-container matColumnDef="date"> |
|
|
|
|
|
<th |
|
|
|
|
|
*matHeaderCellDef |
|
|
|
|
|
class="d-none d-lg-table-cell text-right" |
|
|
|
|
|
mat-header-cell |
|
|
|
|
|
> |
|
|
|
|
|
<span class="d-none d-sm-block text-nowrap" i18n>Last All Time High</span> |
|
|
|
|
|
</th> |
|
|
|
|
|
<td |
|
|
|
|
|
*matCellDef="let element" |
|
|
|
|
|
class="d-none d-lg-table-cell text-right" |
|
|
|
|
|
mat-cell |
|
|
|
|
|
> |
|
|
|
|
|
<gf-value |
|
|
|
|
|
class="d-inline-block justify-content-end text-primary" |
|
|
|
|
|
[isDate]="true" |
|
|
|
|
|
[locale]="locale" |
|
|
|
|
|
[value]=" |
|
|
|
|
|
element?.performances?.allTimeHigh?.date |
|
|
|
|
|
| date: 'dd.MM.yyyy' ?? undefined |
|
|
|
|
|
" |
|
|
|
|
|
></gf-value> |
|
|
|
|
|
</td> |
|
|
|
|
|
</ng-container> |
|
|
|
|
|
|
|
|
<ng-container matColumnDef="change"> |
|
|
<ng-container matColumnDef="change"> |
|
|
<th *matHeaderCellDef class="text-right" mat-header-cell> |
|
|
<th *matHeaderCellDef class="text-right" mat-header-cell> |
|
|
<span class="d-none d-sm-block text-nowrap" i18n |
|
|
<span class="d-none d-sm-block text-nowrap" i18n |
|
|