You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have developed a web component in angular 13, which I compile with ngx-build-plus, which I insert into any web page (via an Edge extension).
So far it works very well
The problem occurs when the web page already contains an Angular application (for example in version 8), I can notice that the functionality of the version 8 app is affected, and the web component sends me errors in polyfills of "Uncaught RangeError: Maximum call stack size exceeded" or "Uncaught Error: Already loaded patch: ZoneAwarePromise"
Is there any special configuration in ngx-build-plus to keep the runtime and components independent between the two angular apps? considering that the angular 8 application must be considered as external and that I cannot modify it.
Regards
The text was updated successfully, but these errors were encountered:
I have developed a web component in angular 13, which I compile with ngx-build-plus, which I insert into any web page (via an Edge extension).
So far it works very well
The problem occurs when the web page already contains an Angular application (for example in version 8), I can notice that the functionality of the version 8 app is affected, and the web component sends me errors in polyfills of "Uncaught RangeError: Maximum call stack size exceeded" or "Uncaught Error: Already loaded patch: ZoneAwarePromise"
Is there any special configuration in ngx-build-plus to keep the runtime and components independent between the two angular apps? considering that the angular 8 application must be considered as external and that I cannot modify it.
Regards
The text was updated successfully, but these errors were encountered: