You know about the finally
instruction in the try-catch
? What if you wanted to have the same when using RxJS Observables? Surprise, there's actually an RxJS operator :wink: called finalize
which can be used for exactly that. Let's explore in more details.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.