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?
Currently Update type for type checking updateMany and updateOne methods of entity adapter is only available in deep import import {Update} from '@ngrx/entity/src/models'
Minimal 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:
sandangel
changed the title
Entity: Update type should be provided from top level imported.
Entity: Update type should be provided from top level import.
Dec 26, 2017
I'm submitting a...
What is the current behavior?
Currently Update type for type checking updateMany and updateOne methods of entity adapter is only available in deep import
import {Update} from '@ngrx/entity/src/models'
Expected behavior:
It should be provided as top level import
Minimal 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: