Avoiding duplicate HTTP requests in Angular when there are multiple subscribers
The problem I wanted my angular app to load a setting from an API, but only wanted to load it once. The setting is likely to change so infrequently that it's not worth making repeated requests to the API. The standard way to make a HTTP request in an...
Jan 13, 20223 min read84
