DEV Community

Discussion on: Micro Frontend in Angular: Using Module Federation

Collapse
 
sbhuvane profile image
Bhuvan Sabarathnam

Hi - There can be only 1 AppModule for an angular application. Hence we are loading feature module from remote.
You can have multiple feature modules in the remote and include them in the host. The feature modules can also have routing module.