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