#Getting http observable response from function
1 messages · Page 1 of 1 (latest)
Maybe you do not need to subscribe in your service but rather expose the http response as Observable (possibly treated and transformed) that is shared via shareReplay or similar.
In your opinion, is it faster to just get the data with the common method without a function for that?