ngrx.github.io
ngrx.github.io copied to clipboard
Use NGRX store data in route resolver
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.