Replies: 1 comment
-
Ahh my bad, Ok i stop wokring on weekends... It should be: import { setEntities } from '@ngneat/elf-entities';
todosStore.update(setEntities([todo, todo])); so setEntities is callback passed into update method.. |
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
-
Hi,
I want to use elf in my new open source project, but I am unable to use entity store mutations, I have got my store configured by documentation. It says
I am really lost now, my service looks like:
I installed elf using your CLI. I use angular 18, here is part of my package.json
Beta Was this translation helpful? Give feedback.
All reactions