iptdevs-design-system 2.7.109 → 2.7.110
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.
- package/esm2020/lib/cod/steps/cod-form-step-four/cod-form-step-four.component.mjs +2 -3
- package/fesm2015/iptdevs-design-system.mjs +1 -2
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -2
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3510,7 +3510,7 @@ class CodFormStepFourComponent extends CodFormSteps {
|
|
|
3510
3510
|
this.controls = new CodFormControls().controls[3];
|
|
3511
3511
|
}
|
|
3512
3512
|
ngOnInit() {
|
|
3513
|
-
this.cleanComponent();
|
|
3513
|
+
// this.cleanComponent();
|
|
3514
3514
|
this.initForm();
|
|
3515
3515
|
this.startLocalStorageWork();
|
|
3516
3516
|
this.validateErrors();
|
|
@@ -3713,7 +3713,6 @@ class CodFormStepFourComponent extends CodFormSteps {
|
|
|
3713
3713
|
}
|
|
3714
3714
|
cleanComponent() {
|
|
3715
3715
|
this.resetLocalStorage(this.controls);
|
|
3716
|
-
this.codFormStepFour.reset();
|
|
3717
3716
|
}
|
|
3718
3717
|
}
|
|
3719
3718
|
CodFormStepFourComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: CodFormStepFourComponent, deps: [{ token: i1$1.FormBuilder }, { token: CalculateQuotesService }, { token: CommunicatorService }, { token: ParameterService }, { token: CodFormControls }, { token: CommercialService }], target: i0.ɵɵFactoryTarget.Component });
|