manfredsteyer / module-federation-with-angular-dynamic

Dynamic Module Federation with Angular
121 stars 67 forks source link

Different Angular Version with Module Federation is not working #56

Open Sumit-dell opened 2 years ago

Sumit-dell commented 2 years ago

I am using Shell app as ng14 and MFE app as ng13. I have gone through all webpack configuration for MF but unable to make it work. MFE app is working fine individually but once loading in shell app, only normal HTML content is loading, any directives, angular component or pipes is not working.

Have a look at the below error: image

Looking forward for any frequent solution.

Thanks Sumit Singh

Sumit-dell commented 2 years ago

@manfredsteyer any comment?