|
|
@ -70,7 +70,10 @@ |
|
|
|
[ngClass]="{ 'd-none': isLoadingActivities }" |
|
|
|
> |
|
|
|
<mat-tab> |
|
|
|
<ng-template i18n mat-tab-label>Holdings</ng-template> |
|
|
|
<ng-template mat-tab-label> |
|
|
|
<ion-icon name="wallet-outline" /> |
|
|
|
<div class="d-none d-sm-block ml-2" i18n>Holdings</div> |
|
|
|
</ng-template> |
|
|
|
<gf-holdings-table |
|
|
|
[baseCurrency]="user?.settings?.baseCurrency" |
|
|
|
[deviceType]="data.deviceType" |
|
|
@ -79,7 +82,10 @@ |
|
|
|
></gf-holdings-table> |
|
|
|
</mat-tab> |
|
|
|
<mat-tab> |
|
|
|
<ng-template i18n mat-tab-label>Activities</ng-template> |
|
|
|
<ng-template mat-tab-label> |
|
|
|
<ion-icon name="swap-vertical-outline" /> |
|
|
|
<div class="d-none d-sm-block ml-2" i18n>Activities</div> |
|
|
|
</ng-template> |
|
|
|
<gf-activities-table-lazy |
|
|
|
*ngIf="user?.settings?.isExperimentalFeatures === true" |
|
|
|
[baseCurrency]="user?.settings?.baseCurrency" |
|
|
@ -112,7 +118,10 @@ |
|
|
|
></gf-activities-table> |
|
|
|
</mat-tab> |
|
|
|
<mat-tab> |
|
|
|
<ng-template i18n mat-tab-label>Cash Balances</ng-template> |
|
|
|
<ng-template mat-tab-label> |
|
|
|
<ion-icon name="cash-outline" /> |
|
|
|
<div class="d-none d-sm-block ml-2" i18n>Cash Balances</div> |
|
|
|
</ng-template> |
|
|
|
<gf-account-balances |
|
|
|
[accountBalances]="accountBalances" |
|
|
|
[accountId]="data.accountId" |
|
|
|