NGRX Traits is a set of factory functions that dynamically generate actions, effects, reducers needed for common functionality like loading a list of entities, filtering, pagination, sorting. They can be mix and match, so you only use what you need, and y


Keywords
angular, ngrx
License
MIT
Install
npm install ngrx-traits@2.6.0-beta.5

Documentation

NGRX-Traits

NGRX Traits is a library that provides a set of prebuilt functions for ngrx and ngrx/signals, that will allow you to easily implement pagination, filtering, sorting and more in your angular application.

There are two versions of this library one for ngrx and one for ngrx/signals.

  • @ngrx-traits/signals compatible with ngrx/signals go here for documentation.
  • @ngrx-traits/{core,common} compatible with ngrx go here for documentation.