Skip to content

MemoizedEntitySelectors not exposed #4968

@vitorsemmie

Description

@vitorsemmie

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions