home.social

#ngrxcomponentstore — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ngrxcomponentstore, aggregated by home.social.

  1. Can I ask about how to approach accessing navigation in component-store. I want to access a param in the URL from the component-store and I’m currently doing it by using the `bindToComponentInputs` to get the param from the url and then passing it as a parameter to the effect. Does this seem right? Should I just be accessing the routing in the component store by injecting the ActivatedRoute instead and subscribing to it? #NgRx #NgRxComponentStore #Router