Skip to content

Store Library Documentation

The Store Library provides a structured state management solution using NGRX in Angular applications.

🚀 Features

  • Entity-based State Management using @ngrx/entity
  • Selectors for optimized data querying
  • Effects to handle side effects
  • CRUD operations via a store service abstraction

📂 Modules

  • Actions - Defines store actions.
  • Effects - Manages async operations.
  • Selectors - Retrieves data from the store.
  • Reducer - Defines how the state is updated.
  • Service - Provides a high-level API for store operations.
  • Usage - Guides on how to integrate the store.

📖 Next: Actions