Module 03-03: RxJS Error Handling
March 7, 2023 ยท View on GitHub
DEMOS
- StackBlitz - RxJS Observables
Training
Training 1: Error handling
-
Create a new Angular component that displays a list of items fetched from an API using
HttpClient. -
Use RxJS
catchErroroperator to handle errors that occur while fetching the data. -
Display an error message to the user if the API request fails.