angular-extensions / elements

Lazy load Angular Elements (or any other web components / custom elements ) with ease!
https://angular-extensions.github.io/elements/
MIT License
317 stars 40 forks source link

lazy elements module keep loading the MFE in an infinite loop. #147

Closed edgarjoao closed 1 year ago

edgarjoao commented 1 year ago

Hi there, I'm dealing with an issue where the lazy elements keep loading in a infinite loop. I can see the Microfrontend is loaded but forever.

loading

Here is my configuration. Angular v15.2.0 and Angular extensions v15.3.0

Shell App

image image

Element

image image image

Any advice on this issue?

edgarjoao commented 1 year ago

Hi there, Setting "live reload" option in false, I was able to stop reloading the Angular element preventing to reload always.

ng serve --live-reload=false

Is there a way to fix this behavior?