问题 I have api calls in the component which is time taking , so i have implemented resolver. I want the resolver data to be present in the store , for later use. I have implemented ngrx/store, ngrx/effects and ngrx/router-store. Current state in component getting data directly from resolver data in component (route is of type ActivatedRoute) Desired state To keep the resolver data in store, I need to access resolver data in effects. So i can simply dispatch action in component and subscribe the