Working with Observables from RxJS in Angular is really great, and it is also the default return type of built-in Angular services, like the HttpClient for instance, but how do you remove them from memory once they are done? TLDR; at the bottom! One thing to note when using Observables/Promises…