iptdevs-design-system 3.1.183 → 3.1.184
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 +1 -10
- package/fesm2015/iptdevs-design-system.mjs +0 -9
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +0 -9
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.d.ts +2 -3
- package/package.json +1 -1
|
@@ -3108,15 +3108,6 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3108
3108
|
this.controls = new CodFormControls().controls[0];
|
|
3109
3109
|
this.copies = this.copiesService.copies;
|
|
3110
3110
|
}
|
|
3111
|
-
ngOnInit() {
|
|
3112
|
-
// this.getParameters();
|
|
3113
|
-
// this.initForm();
|
|
3114
|
-
// this.startLocalStorageWork();
|
|
3115
|
-
// this.setValuesByLocalStorage()
|
|
3116
|
-
// this.codFormStepOne.controls['course_type'].valueChanges
|
|
3117
|
-
// .subscribe(value => this.communicatorService.setCurrentCourseType(value));
|
|
3118
|
-
// this.communicatorService.setCurrentAgreement(this.localStorageCOD.getCodFormData(1, 'agreement_by_category')!);
|
|
3119
|
-
}
|
|
3120
3111
|
/* Es necesario recorrer el array de controls de nuestro formulario para:
|
|
3121
3112
|
✅ Leer el Local Storage y setear los valores
|
|
3122
3113
|
✅ Subscribirse a los cambios del formulario para setear valores nuevos
|