module-federation
module-federation copied to clipboard
Layered micro-frontend
More details on the micro-frontend Chaos article
Video of the lecture from AngularUp 2021
Quick Start & Documentation
Serve all applications with watch:
npm run run:all
Build all applications
npm run build:all
Serve all applications build results
npm run start:all
Go to localhost:4200 on your browser
Build specific application
ng build <application name>