
Webinar: The new httpResource in Angular
April 2, 2025, 16:00 to 17:30 CEST (Vienna, Berlin, …)


With the brand-new httpResource, Angular provides us with a way to fetch data within the reactive, Signal-based data flow. In this session, we will explore all the details of this groundbreaking building block.
First, we will migrate an existing data access logic based on HttpClient to httpResource and discuss how it integrates into our architecture and reactive graph. Next, we will explore advanced capabilities, such as tracking progress (reportProgress), integrating schema validation (parse), and working with binary data as well as data formats beyond JSON. In addition to error handling strategies, this session will also highlight the limitations of httpResource.
By the end, you will know how to effectively leverage the new httpResource in your Signal-based Angular applications.
What will I learn?
✅ How does the httpResource complement Angular’s Signal story?
✅ How to use the httpResource for fetching data?
✅ Why and when to use the httpResource instead of the HttpClient?
✅ How to use advanced features such as progress tracking, and error handling?
✅ What are the limitations?
What do I get?
☑️ Participation in the webinar
☑️ Opportunity to ask questions
☑️ Recording of the webinar
☑️ All slides and examples