-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
Description
Which @ngrx/* package(s) are the source of the bug?
store, entity
Minimal reproduction of the bug/regression with instructions
Was importing
import { Dictionary, IdSelector, MemoizedEntitySelectors, Update } from '@ngrx/entity/src/models';
Others moved to '@ngrx/entity';
but MemoizedEntitySelectors didn't and now cannot use it on our codebase, since it's not exposed
Expected behavior
Want to keep using MemoizedEntitySelectors as a regular type
type MemoizedPaginatedEntitySelectors<T, TState> = MemoizedEntitySelectors<T, TState> & {
...
}
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
Versions
"@ngrx/entity": "20.0.1",
"@angular/common": "20.3.3",
Other information
No response
I would be willing to submit a PR to fix this issue
- Yes
- No