Setting up Module Federation with Server-Side Rendering for Angular

Colum Ferry
Nx Devtools
Published in
5 min readJan 10, 2023

--

Module Federation is a technology provided by Webpack that enables modules to be federated across different origins at runtime. This means that Webpack will simply ignore these modules at build time, expecting them to be available to be fetched across the network at runtime.

--

--

Software Engineer @nrwl . Co-Founder of GrammarGuru. JavaScript Enthusiast. Married with 2 amazing kids. Powered by Coffee. Opinions my own.