Set of prebuilt Custom Store Features that solve common problems that normally need to be solved while creating apps, such as adding pagination, sorting, filtering
- ✅ Reduce boilerplate with generated strongly typed signals and methods.
- ✅ Store Feature to load entities list
- ✅ Store Feature to create a status for backend operations
- ✅ Store Feature to filter remote and locally entities list
- ✅ Store Feature to sort remote and locally entities list
- ✅ Store Feature to paginate entities list locally or remotely
- ✅ Store Feature to create a infinite scroll pagination
- ✅ Store Feature to add single or multi selection entities list
- ✅ Store Feature to reduce boilerplate needed when calling backend apis
- ✅ Store Feature to sync the state to local or session storage
- ✅ Store Feature to sync the route params and query params
npm i @ngrx-traits/signals --save
For more documentation go to our github page