Future API #2
This lesson will help with handling errors and exceptions in Future API.
We'll cover the following...
Error handling - Future
API
Future
API uses chaining to handle exceptions. The error is caught and handled in a catchError()
block. The catchError()
is ...