Skip to content

⭐ Store Devtools

Terrence Daniels edited this page Aug 25, 2026 · 2 revisions

@ngrx/store-devtools — real source, 191/191 tests passing, 0 lint errors. One legitimate DI-token extends reviewed and confirmed clean (a pure type-level anchor, the same category as store's ReducerObservable — see Composition over Inheritance). Surfaced the same store/ActionsSubject composition ripple already seen in effects/router-store, plus a new one specific to this module: a StateObservable-typed usage that needed the same treatment.

Also fixed a real upstream dead-store bug found during the addition — a value written but never read. The code review audit is now in progress on this module — 3/11 files reviewed so far, 1 real bug found and fixed (createConfig() was mutating the caller's own features object).

Clone this wiki locally