Add Entity Relationship Selectors to Entity #3080
Replies: 4 comments 3 replies
-
Has anyone considered using something similar to JSONGraph? We use it internally for some things and find that it's helpful when having relationships between entities. |
Beta Was this translation helpful? Give feedback.
-
Can you share more details about this? |
Beta Was this translation helpful? Give feedback.
-
Are there any active plans for this? It's a cool major feature, and causing a lot of custom wiring which contradicts the ease of use @ngrx/data provides. |
Beta Was this translation helpful? Give feedback.
-
Hi guys, I was struggling with the same issue and implemented a lib that tries to solve it: let me know your thoughts. |
Beta Was this translation helpful? Give feedback.
-
Internally we have developed common patterns for creating selectors that help resolve entity relationships. We should consider making them generic and folding them into Entity.
Beta Was this translation helpful? Give feedback.
All reactions