|
@ -31,7 +31,9 @@ |
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
<mat-label i18n>Retirement Date</mat-label> |
|
|
<mat-label i18n>Retirement Date</mat-label> |
|
|
<div> |
|
|
<div> |
|
|
{{ calculatorForm.get('retirementDate').value | date: 'MMMM YYYY' }} |
|
|
{{ |
|
|
|
|
|
calculatorForm.get('retirementDate')?.value | date: 'MMMM yyyy' |
|
|
|
|
|
}} |
|
|
</div> |
|
|
</div> |
|
|
<input |
|
|
<input |
|
|
class="d-none" |
|
|
class="d-none" |
|
|