Blog
Current Information and Hints around Angular
Multi-Framework and -Version Micro Frontends with Module Federation: The Good, the Bad, the Ugly
Combining Module Federation and Web Components brings several advantages. But there are also some pitfalls…
Using Module Federation with Monorepos and Angular
The combination of Micro Frontends and monorepos can be quite tempting: Sharing libraries is easy…
The Microfrontend Revolution – Part 2: Module Federation with Angular
With Module Federation we can use Angular and its router to lazy load separately compiled…
Getting Out of Version-Mismatch-Hell with Module Federation
Module Federation uses SemVer by default and there are lot's of options to adjust its…
Building A Plugin-based Workflow Designer With Angular and Module Federation (Part IV)
Module Federation allows loading plugins from other origins,
Dynamic Module Federation with Angular (The Microfrontend Revolution, Part 3)
Loading microfrontends not known at compile time.
“Module Federation Light”: Using Microfrontends With Angular Already Today
UMD bundles allow loading separately compiled and deployed microfrontends. This can be already used today…
The Microfrontend Revolution: Module Federation in Webpack 5
Module Federation allows loading separately compiled program parts. This makes it an official solution for…
Automating Your Angular Architecture with Workspace Schematics – Part 1: Rules and Parameters
Defining an architecture is exciting. However, implementing it can also be boring. Automation with scaffolding…
Lazy Loading Locales with Angular
Instead of loading all supported locales upfront, we can now load them on demand.
6 Steps to your Angular-based Microfrontend Shell
In the last time, I helped numerous companies implementing Angular SPAs for microservice environments. In…