July 21, 2025
Reactive APIs in Angular Part 1 – Resource API resource() and rxResource()
With Angular 19, a reactive API was introduced as a new feature, the Resource API. So far, signals in Angular have only focused on the synchronous data flow. Saving states, inputs, queries, etc. With the new Angular update, asynchronous operations are to be integrated into Signals. The first step […]