đź‘‹Hey fellow Angular Addict
This is the 52nd issue of the Angular Addicts Newsletter, a monthly collection of carefully selected Angular resources that caught my attention. (Here are the 51st, 50th and 49th)
📢 Release announcements
📢 What's new in Angular 22.1?
📢 Introducing Angular support for CopilotKit: bring any Agent into your app
📢 Nx 23.1 Is Here: Per-Run Performance Reports, TypeScript 6, and Angular 22 | Nx Blog
đź’ŽAngular Gems of July, 2026
đź“° Choosing Angular in the Age of Agents
📰 One Validator to Rule Them All — Part 2: Advanced Error Handling with multi-language support
đź“° MCP Apps in Angular with CopilotKit: Rich Chat Interfaces Instead of Text Responses
đź“° Faster Builds, Slower Applications? Optimizing Angular's Bundle Output
đź“° How to Add Async HTTP Validators to Angular Signal Forms
👨‍💻About the author
My name is Gergely Szerovay, I worked as a data scientist and full-stack developer for many years, and I have been working as frontend tech lead, focusing on Angular based frontend development. As part of my role, I'm constantly following how Angular and the frontend development scene in general is evolving. To share my knowledge, I started the Angular Addicts monthly newsletter and publication in 2022, so that I can send you the best resources I come across each month. Whether you are a seasoned Angular Addict or a beginner, I got you covered. Let me know if you would like to be included as a writer. Let’s learn Angular together! Subscribe here 🔥
Follow me on Substack (Angular Addicts), Substack (AIBoosted.dev), Medium, Dev.to, Twitter or LinkedIn to learn more about Angular, and how to build AI apps with AI, Typescript, React and Angular!
🕹️Previous issues
If you missed the previous issues of the newsletter, you can read them here, these are the latest 3 issues:
- Angular Addicts #51: spartan/ui 1.0, A2UI, Signal Debouncing & more
- Angular Addicts #50: Angular 22, Agentic Angular, Deploying to the Cloud & more
- Angular Addicts #49: AnalogJS 2.5, Agentic Angular & more
📨 Submit your Angular resource
Have you found or written an interesting Angular-related article, tweet or other resource lately? Please let me know here in the comments or send me a DM on Twitter! I might feature it in the next Angular Addicts issue!
Top comments (1)
Hi Gergely, Hope you are well, tried to message you on twitter.
I built ng-loom — a CLI that generates a self-contained, offline HTML dependency graph for Angular CLI workspaces (modules, DI, lazy routes, signal-based input()/output()/model()).
No server, no account, nothing leaves your machine:
npx ng-loom ./path --out report.html
Thought it might be a fit for an upcoming issue: github.com/xonaib/ng-loom