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.
@@ -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];