iptdevs-design-system 3.1.166 → 3.1.168
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 +2 -2
- package/fesm2015/iptdevs-design-system.mjs +1 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +1 -1
- 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 -2
- package/package.json +1 -1
|
@@ -3108,13 +3108,13 @@ class CodFormStepOneComponent extends CodFormSteps {
|
|
|
3108
3108
|
this.initForm();
|
|
3109
3109
|
this.startLocalStorageWork();
|
|
3110
3110
|
this.setValuesByLocalStorage();
|
|
3111
|
-
console.log(this.courseSelect);
|
|
3112
3111
|
this.codFormStepOne.controls['course_type'].valueChanges
|
|
3113
3112
|
.subscribe(value => this.communicatorService.setCurrentCourseType(value));
|
|
3114
3113
|
this.communicatorService.setCurrentAgreement(this.localStorageCOD.getCodFormData(1, 'agreement_by_category'));
|
|
3115
3114
|
}
|
|
3116
3115
|
ngOnChanges(changes) {
|
|
3117
3116
|
if (changes['courseSelect']) {
|
|
3117
|
+
console.log(this.courseSelect);
|
|
3118
3118
|
if (this.courseSelect != null) {
|
|
3119
3119
|
console.log(this.courseSelect);
|
|
3120
3120
|
// if (this.initialData.student != null) {
|