master-control 0.4.95 → 0.4.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8380,7 +8380,6 @@ class AnnuityPremiumCalculatorComponent {
|
|
|
8380
8380
|
this.onGrowthRateOptionSelected.emit();
|
|
8381
8381
|
}
|
|
8382
8382
|
onAnnuityPremiumValueChange(value) {
|
|
8383
|
-
this.annuityPremium['textValue'] = value;
|
|
8384
8383
|
this.validations.ispremiumEntry = false;
|
|
8385
8384
|
if (this.masterService.checkIfValueIsEmpty(this.annuityPremium['textValue'])) {
|
|
8386
8385
|
this.validations.ispremiumEntry = true;
|