-
Notifications
You must be signed in to change notification settings - Fork 0
⭐ Router Store
Terrence Daniels edited this page Aug 14, 2026
·
3 revisions
@ngrx/router-store — real source, 168/168 tests passing (1 skipped), 0 lint errors. Audited clean on its own logic, but surfaced a real composition-over-inheritance ripple: 3 call sites, in both production code and specs, relied on Store/ActionsSubject surface that the redesign had already removed — fixed by adapting to the composed state$/asObservable() API instead.
This is the second module (after effects) to hit the predicted ripple from the store redesign, confirming the fix generalizes rather than being a one-off adaptation specific to effects.