|
|
@ -66,8 +66,9 @@ |
|
|
|
<mat-card-content |
|
|
|
>Yes, you can try |
|
|
|
<a [routerLink]="routerLinkPricing">Ghostfolio Premium</a> by signing |
|
|
|
up for Ghostfolio and applying for a trial (see “My Ghostfolio”). It |
|
|
|
is easy, free and there is no commitment. You can stop using it at any |
|
|
|
up for Ghostfolio and applying for a trial (see |
|
|
|
<a [routerLink]="['/account', 'membership']">Membership</a>). It is |
|
|
|
easy, free and there is no commitment. You can stop using it at any |
|
|
|
time.</mat-card-content |
|
|
|
> |
|
|
|
</mat-card> |
|
|
@ -128,6 +129,18 @@ |
|
|
|
>.</mat-card-content |
|
|
|
> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title |
|
|
|
>What is the best approach to managing backups?</mat-card-title |
|
|
|
> |
|
|
|
</mat-card-header> |
|
|
|
<mat-card-content |
|
|
|
>It is suggested to regularly back up your data via |
|
|
|
<a [routerLink]="['/account']">My Ghostfolio</a> → |
|
|
|
<i>Export Data</i>.</mat-card-content |
|
|
|
> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title>Got any other questions?</mat-card-title> |
|
|
|