gabrielguerrero / ngrx-traits

NGRX Traits is a library to help you compose and reuse state logic in your angular app. There is two versions, @ngrx-traits/signals supports ngrx-signals, and @ngrx-traits/{core, common} supports ngrx.
MIT License
66 stars 3 forks source link

Fix/several fixes #49

Closed gabrielguerrero closed 6 months ago

gabrielguerrero commented 6 months ago
- Ensure withEntitiesRemote Filter Sort and Pagination depend on CallStateMethods
- Remove comments and console.log
- Ensure some imports use type imports
- New withEntitiesLocalFilter implementation that doesn't override entities computed, and doesn't have problem with pagination trait being before the filter
- Fixed bug in withCalls not storing error and signal to read result
- withCalls prop is now [callName]Result instead of [callName]Data
github-actions[bot] commented 6 months ago

:tada: This PR is included in version 17.1.0-beta.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: