With Angular v16, Signals introduced a simpler way to create reactive code, and they quickly became the foundation for future versions.
NgRx 17 brought the Signal Store—a fully signal-based, lightweight, and highly extensible state solution. It represents the most effective and powerful approach to managing state with signals, elevating signal-based programming to its full potential in Angular.
In this session, dive deep into the Signal Store. We’ll see how easily it can be used at both global and component levels, and how to extend it with Custom Features.