You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[x ] Feature request
[ ] Documentation issue or request
What is the current behavior?
I have several entities, and I use always id property for the primary key. So, to create the EntityAdater I must repeat the code like:
This could be greate if createEntityAdapter uses a default selectId method which will take id property of object as a primary key. So I just need call this function
I'm submitting a...
What is the current behavior?
I have several entities, and I use always id property for the primary key. So, to create the EntityAdater I must repeat the code like:
Expected behavior:
This could be greate if createEntityAdapter uses a default selectId method which will take
id
property of object as a primary key. So I just need call this functionMinimal reproduction of the problem with instructions:
Version of affected browser(s),operating system(s), npm, node and ngrx:
Other information:
The text was updated successfully, but these errors were encountered: