-
-
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 base router selectors #1874
feat(router-store) Add base router selectors #1874
Conversation
- create initial spec - tested selectors retrievable from example app
Preview docs changes for b3af493 at https://previews.ngrx.io/pr1874-b3af493/ |
- test remaining selectors - update mock data - tested selectors retrievable from example app - add routeTraverse helper function for shared functionality
Preview docs changes for c3fa700 at https://previews.ngrx.io/pr1874-c3fa700/ |
- utilize createSelectors() internally
Preview docs changes for 7c37ccd at https://previews.ngrx.io/pr1874-7c37ccd/ |
- correct unit tests
- correct unit tests
Preview docs changes for c0e82bf at https://previews.ngrx.io/pr1874-c0e82bf/ |
This reverts commit 0f6a2fd.
0e1ef39
to
04583bb
Compare
Preview docs changes for 0e1ef39 at https://previews.ngrx.io/pr1874-0e1ef39/ |
Preview docs changes for 04583bb at https://previews.ngrx.io/pr1874-04583bb/ |
- correct tests AGAIN
Preview docs changes for a276b48 at https://previews.ngrx.io/pr1874-a276b48/ |
- add Router selectors documentation
Preview docs changes for b512528 at https://previews.ngrx.io/pr1874-b512528/ |
Preview docs changes for face309 at https://previews.ngrx.io/pr1874-face309/ |
- put documentation in correct location
- remove check for selectState since required
Preview docs changes for a8d9738 at https://previews.ngrx.io/pr1874-a8d9738/ |
@jasonhodges We also need to mention in the docs that this works with the built in |
- update documentation based off review
Preview docs changes for e354684 at https://previews.ngrx.io/pr1874-e354684/ |
- link out to custom serializer
Preview docs changes for 3abcc7d at https://previews.ngrx.io/pr1874-3abcc7d/ |
- remove unnecessary type from model - add additional unit tests - correct documentation wording
Preview docs changes for 3acc6dd at https://previews.ngrx.io/pr1874-3acc6dd/ |
- remove left over commented code
Preview docs changes for 729093b at https://previews.ngrx.io/pr1874-729093b/ |
Preview docs changes for 5a27f45 at https://previews.ngrx.io/pr1874-5a27f45/ |
Thanks @jasonhodges! |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Adds base set of selectors for Router Store
What is the current behavior?
Closes #
#1854
What is the new behavior?
Exposes base set of selectors user may use in reducer, similar to the ones of Entity
Does this PR introduce a breaking change?
Other information