-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
Hi!
Your article mentions that to avoid problems, one should share NgZone between angular microfrontends. What are those problems that could arise?
Would it be a good alternative to fork the host's zone, and make the remote use that? I imagine that the host's wrapper component could inject ngZone, call run, inside the run callback fork the zone and then append the angular element running in that zone. Looking through the code I see that NgZone of the mfe would just fork the current zone - which is itself a fork of the host's zone.
(Sadly I have a browser API to decorate for remotes only)
Metadata
Metadata
Assignees
Labels
No labels