@esfaenza/forms-and-validations 11.2.138 → 11.2.139

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.
@@ -3156,6 +3156,7 @@
3156
3156
  return _this;
3157
3157
  }
3158
3158
  FormCheckboxComponent.prototype.ngOnInit = function () {
3159
+ _super.prototype.ngOnInit.call(this);
3159
3160
  if (this.SliderMode == null)
3160
3161
  this.SliderMode = this.FAV_SLIDER_MODE;
3161
3162
  };