Open spierala opened 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:
TypeError: m[e].get is not a function
Error: Uncaught (in promise): Error: NG04002
I created this repo for reproduction: https://github.com/spierala/module-federation-with-many-angular-versions
@spierala / @manfredsteyer - Is there any update about this open issue?
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:
TypeError: m[e].get is not a function
Error: Uncaught (in promise): Error: NG04002
I created this repo for reproduction: https://github.com/spierala/module-federation-with-many-angular-versions