survey-angular-ui 1.12.49 → 1.12.50

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.
@@ -993,7 +993,7 @@
993
993
  }
994
994
  PopupService.prototype.createComponent = function (popupViewModel) {
995
995
  var portalHost;
996
- if (Number.parseInt(i0.VERSION.major) > 18) {
996
+ if (Number.parseInt(i0.VERSION.major) > 19) {
997
997
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
998
998
  //@ts-ignore
999
999
  portalHost = new portal.DomPortalOutlet(popupViewModel.container, this.applicationRef, this.injector);