Replies: 1 comment
-
No. The union function is only for entities and UIEentities. https://github.com/ngneat/elf/blob/master/packages/entities/src/lib/union-entities.ts#L13 |
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
-
In my project we have multiple entities which needs to join and create union out of it.
I have defined a custom entity with props
but not able to union those entities with below code
I can union by some other library but wanted to check if it can be done using elf library.
Stack blitz for same https://stackblitz.com/edit/etjjro?file=index.ts
Beta Was this translation helpful? Give feedback.
All reactions