-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(router-store): add selectParamFromRouterState selector #2771
feat(router-store): add selectParamFromRouterState selector #2771
Conversation
Preview docs changes for 2c47d70 at https://previews.ngrx.io/pr2771-2c47d70a/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While this is still a draft, this looks good to me.
Let's wait on #2764 first, and then we can revisit this PR.
Would love to get this one in soon-ish. It was raised as an issue during my recent NgRx workshop within Google. @markostanimirovic let's discuss it :) |
dc6fe5f
to
72bca54
Compare
It's now ready for review :) |
Changes LGTM, the only thing I'm considering is renaming to |
72bca54
to
2c47d70
Compare
@brandonroberts done |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #2758
What is the new behavior?
selectParamFromRouterState
selector is added to router selectors.Does this PR introduce a breaking change?