angular-architects / module-federation-plugin

MIT License
713 stars 191 forks source link

Load Angular 13/14 Micro Frontend into Angular 14 shell does not work (using Web Component approach) #285

Open spierala opened 1 year ago

spierala commented 1 year ago

I am following this guide to load Angular Micro Frontends into an Angular 14 shell:

https://www.angulararchitects.io/en/aktuelles/multi-framework-and-version-micro-frontends-with-module-federation-your-4-steps-guide/

It seems to work nicely when loading an Angular 12 MF into the Angular 14 shell.

However, this combinations do not work so far:

I created this repo for reproduction: https://github.com/spierala/module-federation-with-many-angular-versions

akaustav commented 9 months ago

@spierala / @manfredsteyer - Is there any update about this open issue?