I have my service and need to get data using getWithQuery
, but I don't need NgRx store to be updated. I just need to get this data and use them in subscribe
method.
I've tried different EntityActionOptions.mergeStrategy
but cache is still updated.
Any ideas?
Thanks!