Load remote modules into a shell App and display them side by side

67 Views Asked by At

I'm trying to implement a micro frontend architecture in my Angular application using Module Federation.

The shell application loads remote modules from Mfe1 and Mfe2. I've successfully exposed and loaded these modules in the shell app. However, I now want to display these modules side by side in the shell app.

Additionally, I want to enable remote routing, allowing navigation from a list to details within the widget itself without affecting the shell routing.

0

There are 0 best solutions below