Back to the projects
Features Angular v21
A technical lab for putting Angular 21 through real conditions.
Problem
Angular 21 ships SSR, Signals, and several rendering modes that read differently in the documentation than in a running application.
Engineering
Each route in the application adopts a different rendering mode on the same base, which makes it possible to contrast SSR, Signals, and modern interface patterns without switching projects.
Outcome
It stands as a practical reference for when each rendering mode is worth using.