Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 706 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 706 Bytes

@ngrx/entity

Entity State adapter for managing record collections.

@ngrx/entity provides an API to manipulate and query entity collections.

  • Reduces boilerplate for creating reducers that manage a collection of models.
  • Provides performant CRUD operations for managing entity collections.
  • Extensible type-safe adapters for selecting entity information.

Installation

Install @ngrx/entity from npm:

npm install @ngrx/entity --save OR yarn add @ngrx/entity

Nightly builds

npm install github:ngrx/entity-builds OR yarn add github:ngrx/entity-builds

API Documentation