Skip to content

r3gor/module-federation-ng12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module-federation-ng12

Angular microfrontends demo

Requires

  • angular/cli v.12

Run

  • Serve shell project
cd shell && ng serve -o
  • Serve mfe1 project
cd mfe1 && ng serve -o