The idea is have one shell app and run two other angular apps inside it. I'm trying out with @angular-architects/module-federation
npm i --legacy-peer-deps
npm run run:all
The 3 apps work separated anyway:
ng serve shell
ng serve mfe1
ng serve mfe2
- create shared lib across all apps.
- update to ng 16+
based on this tutorial: https://github.com/angular-architects/module-federation-plugin/blob/main/libs/mf/tutorial/tutorial.md