You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using component-store for state management but I need to get a value from the route params.
Currently I am using bindToComponentInputs in the RouterModule and then getting that param value using @Input() and then passing it to the loadData effect (like below):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am using component-store for state management but I need to get a value from the route params.
Currently I am using
bindToComponentInputs
in theRouterModule
and then getting that param value using@Input()
and then passing it to the loadData effect (like below):Is this right, or should I be just be bringing in the
ActivatedRoute
in my component-store?Thanks for the help!
Bren
Beta Was this translation helpful? Give feedback.
All reactions