Angular minimize redundant calls

49 Views Asked by At

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

0

There are 0 best solutions below