Discover how Angular's signal-based reactivity model can simplify your state management and supercharge your applications. In this session, you'll learn how to declare and use signals, then seamlessly retrieve data into them using the new Resource API—no manual subscribe, no unsubscribe, no boilerplate code.
You will learn:
- What signals are and why they matter
- How to create, read, and react to signals
- How to retrieve data directly into signals with httpResource()
- How to compose and transform data using RxJS and rxResource()
Together, we'll build a signal-first Angular app that highlights the power and simplicity of this new model. Walk away with practical examples and fresh insights to guide your next project through the streamlined, subscription-free world of signals and the Resource API.