survey-angular-ui 2.5.16 → 2.5.17

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.
@@ -2927,6 +2927,10 @@
2927
2927
  event.stopPropagation();
2928
2928
  this.model.setValueFromClick(event.target.value);
2929
2929
  };
2930
+ RatingQuestionComponent.prototype.ngAfterViewInit = function () {
2931
+ _super.prototype.ngAfterViewInit.call(this);
2932
+ this.detectChanges();
2933
+ };
2930
2934
  return RatingQuestionComponent;
2931
2935
  }(QuestionAngular));
2932
2936
  RatingQuestionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RatingQuestionComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });