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
44 stars 3 forks source link

feat(signals): allow withEntitiesLoadingCall to receive a factory function for config #96

Closed gabrielguerrero closed 1 month ago

gabrielguerrero commented 1 month ago

the factory function config will receive the store, and allow access to it in the fetchEntities, onSuccess and onErrors methods

Fix #95
github-actions[bot] commented 1 month ago

:tada: This PR is included in version 17.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: