Angular 20: Standalone + Zoneless New Standard or Project Specific?

With Angular 19 making standalone the default and v20 pushing zoneless change detection, do you see this combo as the new go to for most projects, or still a case by case call? I’ve found modules great for big apps with heavy navigation and varied UIs, while standalone components really shine in smaller apps or those built from many independent pieces rather than full page to page flows. It goes without saying that you can achieve the same build with either approaches and i am aware of that, that's what makes it more difficult to choose. Curious how you’re approaching new builds.
1 Reply
mino
minoOP3mo ago
🪳

Did you find this page helpful?