Is it possible for a base class to catch certain errors before allowing the subclass to subscribe to the observable in Angular2.
catch
subscribe
e.g.
.catch() is the right one.
.catch()
Observable is lazy, so there are no errors before you subscribe. Not sure if you mean this kind of "before" therefore I mention it just to be sure.
Observable