If you’ve ever worked on an Angular app before, or you’re a frontend developer that’s interested in Reactive Programming, you’ve most likely worked with RxJS at some point. It is an extremely powerful library, capable of creating simple, elegant abstractions over otherwise tricky problems. For example, using RxJS you can…