Example: Using Module Federation with Nx Monorepos

January 24, 2021 ยท View on GitHub

Installing Dependencies

Use yarn (!) to opt-in into webpack5:

yarn

This is needed while the webpack5/CLI-integration is an experimental opt-in.

Starting the Example

ng serve mfe1
ng serve shell

Further Information

  • Article Series about Module Federation
  • Details about @angular-architects/module-federation
  • Workshops

Contents

  1. 1Installing Dependencies
  2. 2Starting the Example
  3. 3Further Information