1 year ago
#288552
DumbBread
Angular 10 Call backend API with query param use_cache:false only once at load or refresh. at other time use_cache:true
I have an backend python api which uses flag use_cache
which caches data pulled from datastore.
In Angular 10 Frontend, we call this api with use_cache: false
for now but takes 7-10secs to load without caching,
how do i make sure to use_cache: false
at angular application load or reload. but once application is loaded api is always called with use_cache: true
??
angular
angular-material
ngrx
angular-material2
ngrx-effects
0 Answers
Your Answer