#Angular v.19 introduces a new resource API:
• it allows to easily handle asynchronous operations, using Promises or Observables
• it manages its state, as the `isLoading()` property
• it can depend on a signal and automatically re-fetch data when it changes
Here an example (more coming soon)
11 months ago