Signals - Angular's new reactive primitive
Description
If Angular already had reactive primitives, what does the new concept add? A lot, actually, with simplified semantics for a lot of common cases, and a foundation for significantly faster and easier change detection.
You will learn about how signals work, where they're the best option, why they don't completely replace observables and promises, and how NgRx has introduced a new mechanism for state management based on signals.