survey-angular-ui 2.3.2 → 2.3.4
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.
|
@@ -1017,7 +1017,7 @@
|
|
|
1017
1017
|
}
|
|
1018
1018
|
PopupService.prototype.createComponent = function (popupViewModel) {
|
|
1019
1019
|
var portalHost;
|
|
1020
|
-
if (Number.parseInt(i0.VERSION.major) >
|
|
1020
|
+
if (Number.parseInt(i0.VERSION.major) > 19) {
|
|
1021
1021
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
1022
1022
|
//@ts-ignore
|
|
1023
1023
|
portalHost = new portal.DomPortalOutlet(popupViewModel.container, this.applicationRef, this.injector);
|