Skip to content
Terrence Daniels edited this page Aug 14, 2026 · 1 revision

A personal demonstration workspace: all 13 real, MIT-licensed @ngrx/platform packages added module by module, with specific pieces redesigned by choice — not copied verbatim — where the point is a defensible, different architectural call instead of reproducing an existing one. Not affiliated with the upstream @ngrx/platform project.

This wiki is a set of short pointers, not a duplicate of the real documentation — each page states one thing worth knowing and links to the authoritative source (docs/, todo.md, the issue/PR that did the work) rather than repeating it. For the full picture, start with README.md and todo.md in the main repo.

Cross-cutting

Modules

Store-dependent (carry the composition-over-inheritance ripple):

Store · Schematics Core · Entity · Effects · Operators · Router Store · Store Devtools · Data · Schematics

No @ngrx/store dependency (no ripple to carry):

Component Store · Signals · Component · Eslint Plugin

Elsewhere

Clone this wiki locally