Native Federation for Angular
Configure module federation in Angular.
Why Native Federation
Classic Module Federation was tied to webpack. Angular's build system moved to esbuild, so the community created Native Federation: a build-tool-agnostic implementation of the same idea, built on web standards (import maps and ES modules).
The Package
Native Federation for Angular lives in @angular-architects/native-federation. You add it with the Angular CLI schematic, which wires up the config and build process.
ng add @angular-architects/native-federationAll lessons in this course
- Micro Frontend Architecture
- Native Federation for Angular
- Sharing Dependencies
- Loading Remote Modules