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.
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.
You will learn:
- Understand what signals are and why they matter
- Best practices when creating, reading, and reacting to signals
- Retrieve data directly into signals with the Resource API