docs(devtools): add section for withTrackedReducer#276
Merged
Conversation
| <!-- TODO - add backported version --> | ||
|
|
||
| :::info | ||
| Devtools integration with `@ngrx/signals/events` is now available starting in version 20.TODO |
Collaborator
There was a problem hiding this comment.
That would be v21.0 and v20.6.
Contributor
There was a problem hiding this comment.
But we are backporting this to v20 right? 05a5ad5
Collaborator
There was a problem hiding this comment.
Yes, yes and it should be 20.7 (20.6 is already out)...sorry
rainerhahnekamp
approved these changes
Jan 15, 2026
| // Must have all three, or runtime errors for thee! | ||
| import { withTrackedReducer, withGlitchTracking, withDevtools } from '@angular-architects/ngrx-toolkit'; | ||
|
|
||
| const Store = signalStore({ providedIn: 'root' }, withDevtools('store', withGlitchTracking()), withTrackedReducer()); |
Collaborator
There was a problem hiding this comment.
can we maybe add one state updater in the withTrackedReducer along a comment that the particular event name will show up in the devtools?
rainerhahnekamp
requested changes
Jan 15, 2026
Collaborator
rainerhahnekamp
left a comment
There was a problem hiding this comment.
- adding the version numbers
- extending the example a bit
rainerhahnekamp
approved these changes
Jan 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Outstanding: release number to point to for the backporting of
withTrackedReducer