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
Use a framework like single-spa which can load one application after another
E.g. open menus from two different angular apps
Expected Behavior
The menus open and the overlay container is being used/recreated by each app.
Actual Behavior
The cdk overlay container gets set when first opening it for each app.
The last app will always win and have the correct overlay container, while the other app will reach for an element which has removed from the dom