Currently have a component thats calling the api call in a multiple places and its showing in the network tab when the page loads. Is there a way to use ngrx/store to minimize the redundant calls? Its getting different data each time its being called. Not sure if theres way to minimize that? Using angular 10.
/app-config different params
/app-config different params
/app-config different params
/app-config different params
a way to show it in the network tab once instead of 4 times