@wavemaker/angular-codegen 11.2.2-rc.5198 → 11.2.2-rc.86
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.
|
@@ -20261,7 +20261,7 @@ var Observable = /*@__PURE__*/ (function () {
|
|
|
20261
20261
|
}());
|
|
20262
20262
|
function getPromiseCtor(promiseCtor) {
|
|
20263
20263
|
if (!promiseCtor) {
|
|
20264
|
-
promiseCtor = Promise;
|
|
20264
|
+
promiseCtor = config.Promise || Promise;
|
|
20265
20265
|
}
|
|
20266
20266
|
if (!promiseCtor) {
|
|
20267
20267
|
throw new Error('no Promise impl found');
|