|
@ -18,6 +18,10 @@ |
|
|
[fireWealth]="fireWealth?.toNumber()" |
|
|
[fireWealth]="fireWealth?.toNumber()" |
|
|
[hasPermissionToUpdateUserSettings]="!hasImpersonationId && hasPermissionToUpdateUserSettings" |
|
|
[hasPermissionToUpdateUserSettings]="!hasImpersonationId && hasPermissionToUpdateUserSettings" |
|
|
[locale]="user?.settings?.locale" |
|
|
[locale]="user?.settings?.locale" |
|
|
|
|
|
[ngStyle]="{ |
|
|
|
|
|
opacity: user?.subscription?.type === 'Basic' ? '0.67' : 'initial', |
|
|
|
|
|
'pointer-events': user?.subscription?.type === 'Basic' ? 'none' : 'initial' |
|
|
|
|
|
}" |
|
|
[projectedTotalAmount]="user?.settings?.projectedTotalAmount" |
|
|
[projectedTotalAmount]="user?.settings?.projectedTotalAmount" |
|
|
[retirementDate]="user?.settings?.retirementDate" |
|
|
[retirementDate]="user?.settings?.retirementDate" |
|
|
[savingsRate]="user?.settings?.savingsRate" |
|
|
[savingsRate]="user?.settings?.savingsRate" |
|
@ -54,7 +58,11 @@ |
|
|
}" |
|
|
}" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<div *ngIf="!isLoading" i18n> |
|
|
<div |
|
|
|
|
|
*ngIf="!isLoading" |
|
|
|
|
|
i18n |
|
|
|
|
|
[ngClass]="{ 'text-muted': user?.subscription?.type === 'Basic' }" |
|
|
|
|
|
> |
|
|
If you retire today, you would be able to withdraw |
|
|
If you retire today, you would be able to withdraw |
|
|
<span class="font-weight-bold" |
|
|
<span class="font-weight-bold" |
|
|
><gf-value |
|
|
><gf-value |
|
|