🎥 New episode: Ng-Poland highlights!
🤖 #Angular team reveals AI-powered dev workflows with MCP Servers—LLMs can now autonomously generate, test & debug Angular apps
Plus
• New library for dynamic Signal Forms
• NgRx 21

🎥 New episode: Ng-Poland highlights!
🤖 #Angular team reveals AI-powered dev workflows with MCP Servers—LLMs can now autonomously generate, test & debug Angular apps
Plus
• New library for dynamic Signal Forms
• NgRx 21

#Angular 20.1 was released, and it came with a set of nice new features. Here are the main ones
Ng-News 25/25: https://youtu.be/bk3aCGoafg8
Younes Jaaidi shares a structured way to approach AI-assisted coding, breaking it into stages with clear roles for humans and machines. Meanwhile, Michael Hladky dives into SSR and Incremental Hydration in #Angular, showing their impact on browser rendering and performance.
Latest Episode: Angular 20
âś… effect() & linkedSignal() are now stable
đźš« *ngIf, *ngFor, *ngSwitch deprecated
⚙️ Zoneless enters Developer Preview
🧪 resource() is still experimental – but mature
Full summary & links 👇
Ng-News 25/19: NgRx SignalStore Events, Nx 21: https://youtu.be/A-VKk8SQSTw
Nx 21 introduces continuous tasks and a powerful terminal UI to better manage complex workflows in large monorepos. Meanwhile, NgRx 19.2 adds an experimental events extension to the SignalStore, combining scalability with a lightweight state management approach.
Ng-News 25/18: Agentic Apps
Mark Thompson and Devin Chasanoff demonstrated agentic Angular apps, where LLMs process user input and trigger UI changes or function calls—marking a deeper integration between #Angular and AI. Meanwhile, the Angular team confirmed that Signal Forms won’t make it into Angular 20.
Ng-News 25/15: Native Observables
Native Observables are now available in Chrome 135, offering deep integration into the Web API with .when() methods and default multicasting behavior. Careful: They differ a little bit from RxJS Observables in structure and behavior (e.g., Promise-returning methods, AbortController for cancellation).
Ng-News 25/14: Selectorless PR
Selectorless aims to eliminate the need for selectors in templates by referencing components directly via class names. A first PR has been merged, which shows the initial direction #Angular is taking toward this feature.
Ng-News 25/13: https://youtu.be/FsQwt2djEPQ
The Frontend Nation panel with #Angular team members focused on testing, confirming that Web Test Runner will replace Karma and that the team is still deciding between Jest and Vitest. Meanwhile, the resource RFCs have concluded, with upcoming API changes like renaming request to params and replacing the ResourceStatus enum with a union type.
Ng-News 25/12:
https://youtu.be/SeFztoNrpds
- Minko Gechev with AMA at LinkedIn: https://www.linkedin.com/posts/mgechev_angular-typescript-programming-activity-7307905753300811776-WQ7c
- #Angular Week at Nx: https://nx.dev/blog/modern-angular-testing-with-nx
- Deprecation PR for ngIf/For/Switch: https://github.com/angular/angular/pull/60492