Angular Module Federation

Why we required module federation in your project?

Suppose my application is bigger and hold multiple modules. So we need speed up our application so we need this technique 

 Example:-

I have Commercial Angular website, but this website have multiple modules.

Flight

Hotel

Payment

Restaurant


Old Flow of Project



New Flow of Project


Reference link:-

https://github.com/pawankv89/angular-module-federation

Comments