iptdevs-design-system 3.1.877 → 3.1.879
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 +3 -2
- package/fesm2015/iptdevs-design-system.mjs +2 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +2 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3688,8 +3688,8 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3688
3688
|
Nota: la clase CodFormSteps() se encarga de toda la lógica de LS con los pasos del formulario del COD
|
|
3689
3689
|
*/
|
|
3690
3690
|
ngOnChanges(changes) {
|
|
3691
|
-
this.getParameters();
|
|
3692
3691
|
this.initForm();
|
|
3692
|
+
this.getParameters();
|
|
3693
3693
|
this.startLocalStorageWork();
|
|
3694
3694
|
this.setValuesByLocalStorage();
|
|
3695
3695
|
this.codFormStepOne.controls['course_type'].valueChanges
|
|
@@ -4001,6 +4001,7 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
4001
4001
|
};
|
|
4002
4002
|
});
|
|
4003
4003
|
this.hasAvailableCourse = true;
|
|
4004
|
+
console.log(this.availibleCourses);
|
|
4004
4005
|
}
|
|
4005
4006
|
else {
|
|
4006
4007
|
this.hasAvailableCourse = false;
|