-
Notifications
You must be signed in to change notification settings - Fork 0
⭐ Store Devtools
@ngrx/store-devtools — real source, 199/199 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 complete on this module — 11/11 files, 6 real bugs found and fixed plus 1 minor cleanup, most notably a crash in the lifted reducer (TOGGLE_ACTION/SET_ACTIONS_ACTIVE) reachable from a public API method that could take down an app's entire reactive state stream, not just the devtools panel.