ngrx.github.io icon indicating copy to clipboard operation
ngrx.github.io copied to clipboard

Use NGRX store data in route resolver

Open rezord opened this issue 6 years ago • 0 comments

How can I use the data which is stored in store in route resolver? I have a route resolver and before it loads an Id from service and then it calls several API calls and adds them as observable with fork-join. But know I need to wait for the result of the store and then call these APIs.

rezord avatar Apr 10 '19 21:04 rezord