ngrx-entity-relationship
JSON →An ORM-like library for managing entity relationships in NgRx applications built on top of @ngrx/entity and @ngrx/data. Current stable version: 1.7.1. Release cadence is intermittent with patch updates as needed. Key differentiators: provides a declarative API to define relationships (hasOne, hasMany, belongsTo) between entities, automatically resolves nested data, and integrates with @ngrx/entity selectors. It simplifies the boilerplate of normalizing and denormalizing relational data in the store. Supports Angular 12+ and RxJS 6+; TypeScript types are included. Alternative to manual selector composition or libraries like ngrx-normalizr.
Resources
packagengrx-entity-relationship ↗