|
@ -139,10 +139,9 @@ |
|
|
<div class="flex-grow-1"> |
|
|
<div class="flex-grow-1"> |
|
|
<h4 class="align-items-center d-flex"> |
|
|
<h4 class="align-items-center d-flex"> |
|
|
<span i18n>Portfolio Calculations</span> |
|
|
<span i18n>Portfolio Calculations</span> |
|
|
<gf-premium-indicator |
|
|
@if (hasPermissionForSubscription) { |
|
|
*ngIf="hasPermissionForSubscription" |
|
|
<gf-premium-indicator class="ml-1" /> |
|
|
class="ml-1" |
|
|
} |
|
|
/> |
|
|
|
|
|
</h4> |
|
|
</h4> |
|
|
<p class="m-0"> |
|
|
<p class="m-0"> |
|
|
Check the rate of return of your portfolio for |
|
|
Check the rate of return of your portfolio for |
|
@ -159,10 +158,9 @@ |
|
|
<div class="flex-grow-1"> |
|
|
<div class="flex-grow-1"> |
|
|
<h4 class="align-items-center d-flex"> |
|
|
<h4 class="align-items-center d-flex"> |
|
|
<span i18n>Portfolio Allocations</span> |
|
|
<span i18n>Portfolio Allocations</span> |
|
|
<gf-premium-indicator |
|
|
@if (hasPermissionForSubscription) { |
|
|
*ngIf="hasPermissionForSubscription" |
|
|
<gf-premium-indicator class="ml-1" /> |
|
|
class="ml-1" |
|
|
} |
|
|
/> |
|
|
|
|
|
</h4> |
|
|
</h4> |
|
|
<p class="m-0"> |
|
|
<p class="m-0"> |
|
|
Check the allocations of your portfolio by account, asset |
|
|
Check the allocations of your portfolio by account, asset |
|
@ -198,10 +196,8 @@ |
|
|
</mat-card-content> |
|
|
</mat-card-content> |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
@if (hasPermissionForSubscription) { |
|
|
*ngIf="hasPermissionForSubscription" |
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
class="col-xs-12 col-md-4 mb-3" |
|
|
|
|
|
> |
|
|
|
|
|
<mat-card appearance="outlined" class="d-flex flex-column h-100"> |
|
|
<mat-card appearance="outlined" class="d-flex flex-column h-100"> |
|
|
<mat-card-content> |
|
|
<mat-card-content> |
|
|
<div class="flex-grow-1"> |
|
|
<div class="flex-grow-1"> |
|
@ -219,16 +215,16 @@ |
|
|
</mat-card-content> |
|
|
</mat-card-content> |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
} |
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
<mat-card appearance="outlined" class="d-flex flex-column h-100"> |
|
|
<mat-card appearance="outlined" class="d-flex flex-column h-100"> |
|
|
<mat-card-content> |
|
|
<mat-card-content> |
|
|
<div class="flex-grow-1"> |
|
|
<div class="flex-grow-1"> |
|
|
<h4 class="align-items-center d-flex"> |
|
|
<h4 class="align-items-center d-flex"> |
|
|
<span i18n>Static Analysis</span> |
|
|
<span i18n>Static Analysis</span> |
|
|
<gf-premium-indicator |
|
|
@if (hasPermissionForSubscription) { |
|
|
*ngIf="hasPermissionForSubscription" |
|
|
<gf-premium-indicator class="ml-1" /> |
|
|
class="ml-1" |
|
|
} |
|
|
/> |
|
|
|
|
|
</h4> |
|
|
</h4> |
|
|
<p class="m-0"> |
|
|
<p class="m-0"> |
|
|
Identify potential risks in your portfolio with Ghostfolio |
|
|
Identify potential risks in your portfolio with Ghostfolio |
|
@ -293,11 +289,13 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div *ngIf="!user" class="row"> |
|
|
@if (!user) { |
|
|
|
|
|
<div class="row"> |
|
|
<div class="col mt-3 text-center"> |
|
|
<div class="col mt-3 text-center"> |
|
|
<a color="primary" i18n mat-flat-button [routerLink]="routerLinkRegister" |
|
|
<a color="primary" i18n mat-flat-button [routerLink]="routerLinkRegister" |
|
|
>Get Started</a |
|
|
>Get Started</a |
|
|
> |
|
|
> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
} |
|
|
</div> |
|
|
</div> |
|
|