iptdevs-design-system 3.1.875 → 3.1.876
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-one/cod-form-step-one.component.mjs +4 -1
- package/fesm2015/iptdevs-design-system.mjs +3 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +3 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.d.ts +3 -3
- package/package.json +1 -1
|
@@ -3672,7 +3672,10 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3672
3672
|
this.cdRef = cdRef;
|
|
3673
3673
|
this.changeStepEvent = new EventEmitter();
|
|
3674
3674
|
this.isLoading = false;
|
|
3675
|
+
// Parameters
|
|
3676
|
+
this.agreements = [];
|
|
3675
3677
|
this.availibleCourses = [];
|
|
3678
|
+
this.course_type = [];
|
|
3676
3679
|
this.isDisabledSel = false;
|
|
3677
3680
|
// Controls del formulario
|
|
3678
3681
|
this.controls = new CodFormControls().controls[0];
|