Using the catchError pipe

The old way of catching errors in RxJS was a method per subscription like so. Imagine an app using a...