Skip to content

Default sorting for entities #206

Answered by NetanelBasal
thedevtoni asked this question in Q&A
Discussion options

You must be logged in to vote

No. It's easy as store.pipe(selectAllEntities(), map(v => sortBy(v)))

You can also create custom operator: store.pipe(selectAllEntities(), sortBy())

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@thedevtoni
Comment options

Answer selected by thedevtoni
Comment options

You must be logged in to vote
1 reply
@NetanelBasal
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants