|
@ -18,7 +18,7 @@ |
|
|
>Proportion of Net Worth</mat-card-title |
|
|
>Proportion of Net Worth</mat-card-title |
|
|
> |
|
|
> |
|
|
<gf-value |
|
|
<gf-value |
|
|
class="flex-grow-1 justify-content-end l-2" |
|
|
class="justify-content-end l-2" |
|
|
size="medium" |
|
|
size="medium" |
|
|
[isPercent]="true" |
|
|
[isPercent]="true" |
|
|
[value]="isLoading ? undefined : portfolioDetails?.filteredValueInPercentage" |
|
|
[value]="isLoading ? undefined : portfolioDetails?.filteredValueInPercentage" |
|
|