Skip to content

⭐ Schematics

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

@ngrx/schematics — real source, 378/378 tests passing, 0 lint errors. This is the real scaffolding-generator package (ng generate @ngrx/schematics:action, etc.) — but its addition is also what triggered consolidating all 8 already-added modules' own ng-add setup schematics into this one package, module-qualified (store-ng-add, data-ng-add, ...), instead of leaving 8 duplicated copies in place. See Schematics Consolidation for the full tradeoff — it's a deliberate DRY-over-fidelity call that knowingly breaks real per-package ng add @ngrx/store resolution, acceptable only because this repo never publishes.

Not yet covered by the code review audit; queued behind store-devtools.

Clone this wiki locally