Replies: 1 comment
-
Well, I was not bound to the computed value, so ignore the above. Using the computed approach DOES seem to be the way to go. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
is there any plan, to support a custom sort comparer for the signal based entities? Or is there already a solution, that i haven't found?
I mean, like the custom sortComparer in the
@ngrx/entities
EntityAdapter.Or should I just go for the
withComputed
feature, and create a computed signal, that sorts the entities like the BooksStore example, with the@ngrx/signals
SignalStore?Beta Was this translation helpful? Give feedback.
All reactions