Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 277 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 277 Bytes

Demo: Module Federation with an Nx Monorepo and Angular

Install Dependencies

yarn

You really have to use yarn for the Angular CLI 11 to opt-in to webpack 5.

Start Example

Start both applications side by side.

ng serve shell -o
ng serve mfe1 -o