Speaker

Trainer, consultant and programming architect with focus on Angular, Google Developer Expert (GDE) who writes for O’Reilly, the German Java Magazine, and windows.developer. Regularly speaks at conferences.
10:00 - 18:00
In this interactive workshop, we utilize the latest Angular features to implement a modern and maintainable architecture.
We start with Standalone Components and discuss approaches to modularization without NgModules, such as monorepos, Nx, and Sheriff. Then, we explore the potential of Micro Frontends.
We discuss when they make sense and how to implement them using web standards, the Angular CLI’s new esbuild support, and Module Federation or Native Federation.
We proceed with Signals, local change detection, and Zone-less Angular. Subsequently, we integrate the new Signal Store to establish modern and lightweight state management.
Thanks to its custom features, we can use the Signal Store to implement recurring, complex requirements with just a few lines of code.
By the end, you’ll be equipped to design modern and maintainable Angular solutions.
11:15 - 12:00
It is undisputed that Signals will shape the future of Angular. At first glance, Signals may seem very easy to use — like simple objects with getters and setters. However, you will encounter several pitfalls if you use them this way. To avoid such situations, we discuss some effective rules of thumb and reactive helpers such as the new Resource API and linkedSignal for using Signals. You will be surprised by the difference these three rules and helpers can make!