|
|
@ -78,6 +78,16 @@ |
|
|
[showLabels]="deviceType !== 'mobile'" |
|
|
[showLabels]="deviceType !== 'mobile'" |
|
|
/> |
|
|
/> |
|
|
</mat-card-content> |
|
|
</mat-card-content> |
|
|
|
|
|
<mat-card-content> |
|
|
|
|
|
<gf-holdings-table |
|
|
|
|
|
[deviceType]="deviceType" |
|
|
|
|
|
[hasPermissionToOpenDetails]="false" |
|
|
|
|
|
[hasPermissionToShowQuantities]="false" |
|
|
|
|
|
[hasPermissionToShowValues]="false" |
|
|
|
|
|
[holdings]="holdings" |
|
|
|
|
|
[pageSize]="7" |
|
|
|
|
|
/> |
|
|
|
|
|
</mat-card-content> |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
</div> |
|
|
</div> |
|
|
@if (publicPortfolioDetails?.hasDetails) { |
|
|
@if (publicPortfolioDetails?.hasDetails) { |
|
|
@ -195,18 +205,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
} |
|
|
} |
|
|
<div class="row"> |
|
|
|
|
|
<div class="col-lg"> |
|
|
|
|
|
<gf-holdings-table |
|
|
|
|
|
[deviceType]="deviceType" |
|
|
|
|
|
[hasPermissionToOpenDetails]="false" |
|
|
|
|
|
[hasPermissionToShowQuantities]="false" |
|
|
|
|
|
[hasPermissionToShowValues]="false" |
|
|
|
|
|
[holdings]="holdings" |
|
|
|
|
|
[pageSize]="7" |
|
|
|
|
|
/> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="row my-5"> |
|
|
<div class="row my-5"> |
|
|
<div class="col-md-10 offset-md-1"> |
|
|
<div class="col-md-10 offset-md-1"> |
|
|
<h2 class="h4 mb-1 text-center" i18n> |
|
|
<h2 class="h4 mb-1 text-center" i18n> |
|
|
|