DEV Community

Discussion on: Micro Frontend in Angular: Using Module Federation

Collapse
 
nizam9 profile image
Nizamuddin

Hi,
Thanks for this post. It is really very helpful to me.

Importing module from remote to host is clear from the above post, but how do I import component from remote to Host ? I have a requirement to show two remotes in the host on a single route. (Ex: header App & Sidenav App on router="/index" in Host application)

Any suggestion would be Appreciated. Thanks

Collapse
 
nizam9 profile image
Nizamuddin

If any one has any issue regarding importing modules/components from remote to host or vice-versa and data communication between different apps. I have got the solutions to this at:

stackoverflow.com/questions/685407...