|
|
|
@ -16,17 +16,17 @@
|
|
|
|
|
<div class="d-flex flex-column flex-wrap justify-content-end">
|
|
|
|
|
<gf-value
|
|
|
|
|
class="justify-content-end mb-2"
|
|
|
|
|
colorizeSign="true"
|
|
|
|
|
position="end"
|
|
|
|
|
[colorizeSign]="true"
|
|
|
|
|
[currency]="baseCurrency"
|
|
|
|
|
[locale]="locale"
|
|
|
|
|
[value]="isLoading ? undefined : performance?.currentGrossPerformance"
|
|
|
|
|
></gf-value>
|
|
|
|
|
<gf-value
|
|
|
|
|
class="justify-content-end"
|
|
|
|
|
colorizeSign="true"
|
|
|
|
|
isPercent="true"
|
|
|
|
|
position="end"
|
|
|
|
|
[colorizeSign]="true"
|
|
|
|
|
[isPercent]="true"
|
|
|
|
|
[locale]="locale"
|
|
|
|
|
[value]="
|
|
|
|
|
isLoading ? undefined : performance?.currentGrossPerformancePercent
|
|
|
|
@ -39,17 +39,17 @@
|
|
|
|
|
<div class="d-flex flex-column flex-wrap justify-content-end">
|
|
|
|
|
<gf-value
|
|
|
|
|
class="justify-content-end mb-2"
|
|
|
|
|
colorizeSign="true"
|
|
|
|
|
position="end"
|
|
|
|
|
[colorizeSign]="true"
|
|
|
|
|
[currency]="baseCurrency"
|
|
|
|
|
[locale]="locale"
|
|
|
|
|
[value]="isLoading ? undefined : performance?.currentNetPerformance"
|
|
|
|
|
></gf-value>
|
|
|
|
|
<gf-value
|
|
|
|
|
class="justify-content-end"
|
|
|
|
|
colorizeSign="true"
|
|
|
|
|
isPercent="true"
|
|
|
|
|
position="end"
|
|
|
|
|
[colorizeSign]="true"
|
|
|
|
|
[isPercent]="true"
|
|
|
|
|
[locale]="locale"
|
|
|
|
|
[value]="
|
|
|
|
|
isLoading ? undefined : performance?.currentNetPerformancePercent
|
|
|
|
|