Angular / RxJS – Subject and BehaviorSubject error does not propagate to all subscribers and observers if there’s no error handler
I spent quite a bit of time trying to figure out why my angular service did not throw an http error correctly to all components watching it. Some times it would work and some times it would not. This is easier to see by looking at some code.