Skip to content

Conversation

@DJREMiX6
Copy link
Contributor

Export EntityChanges type to let the developer create reusable update functions without creating anonymous inline arrow functions

CLOSES ISSUE: #5012

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

#5012

Closes #5012

What is the new behavior?

EntityChanges is exposed in the public API of @ngrx/signals/entities

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

Export EntityChanges type to let the developer create reusable update functions without creating anonymous inline arrow functions

CLOSES ISSUE: ngrx#5012
@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for ngrx-site-v19 ready!

Name Link
🔨 Latest commit 8a4691c
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-site-v19/deploys/6927a1dbb68ad80008521338
😎 Deploy Preview https://deploy-preview-5014--ngrx-site-v19.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 27, 2025

Deploy Preview for ngrx-io canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 8a4691c
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-io/deploys/6927a1db524f530008de2325

Copy link
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DJREMiX6 !

@markostanimirovic markostanimirovic changed the title refactor(signals): Export EntityChanges type feat(signals): add EntityChanges type to public API Nov 27, 2025
@markostanimirovic markostanimirovic merged commit 76e4dc6 into ngrx:main Nov 27, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@ngrx/signals/entities: Export EntityChanges type

3 participants