This repo demonstrates Webpack's Module Federation with Angular 12. It specifically demonstrates:
- Dynamically loading a child Angular application running on a different server based on a route.
- Dynamically loading a component running on a different server. As well as dynamically adding the component to the page.
./install.sh
npm run start:all
Now you may navigate to the container app at http://localhost:5000.