Say I got some method inside a component in which I subscribe to a service to fetch some data, like so:
this.service .fetchData() .pipe( tap( // suc