Learn with local Angular engineers, discover practical ideas you can ship the next day, and build momentum with the Zurich community.
Angular has spent the last few releases removing complexity piece by piece, and Angular 22 takes that vision further. Mateusz Halada explores how the framework is evolving toward a leaner developer experience with simpler APIs, stronger defaults, less boilerplate, and a more cohesive mental model around signals, control flow, routing, and reactivity.
AI agents are quickly becoming part of the Angular development workflow - generating components, refactoring code, writing tests, and even orchestrating full features. But getting reliable results requires more than good prompts. In this talk, Tomas Trajan shares the Angular patterns, architecture decisions, and tooling techniques that make agentic development productive at scale, including strong typing, standalone APIs, signals, and clear project structure.
Route enums, path constant objects, flat route trees to avoid nesting complexity — Angular developers have invented all kinds of workarounds to bring some safety to navigation. But they all share the same problem: a second source of truth that you maintain by hand. In this talk, I'll share how I built angular-typed-router, a drop-in replacement that infers every valid path directly from your route configuration. You'll see the developer experience in action — full autocomplete, compile-time validation — and learn how interface augmentation, template literal types, and recursive conditionals make it work at zero runtime cost.