News

1 The repo is structured as a learning guide to Webpack Module Federation. I advise you to go through each section in the order they are presented. Note This repo uses Angular as the frontend ...
A module is a container for different part of an App which includes controller, services, filters, directives and many more. We can also say that it is a collection of controllers, filters, services, ...
Building large Angular applications can take a long time ... Make libraries buildable (aka horizontal incrementality). Use module federation to split your app into several independently buildable apps ...