manfredsteyer / module-federation-with-angular-dynamic

Dynamic Module Federation with Angular
121 stars 67 forks source link

Main.ts not run when MFE is opened inside SHELL #58

Open jneves92 opened 2 years ago

jneves92 commented 2 years ago

Hello,

I need to export an MFE which in turn will open other MFEs. At the moment I am exposing the AlergiasModule however when opening this MFE main.ts is not executed and the manifest file is not loaded. What is the correct way whenever an MFE is loaded for the manifest to be read?

MFE module image

main.ts MFE image

SHELL

image