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

fix(signals): allow withCalls generated method to receive Signal and … #69

Closed gabrielguerrero closed 1 month ago

gabrielguerrero commented 1 month ago

Allow withCalls generated methods to receive Signal and Observables as params

The methods generated by withCalls are rxMethods, this PR enables the generated methods to also
receive Signal or Observable with the params of the method

Fixes #68
github-actions[bot] commented 1 month ago

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

The release is available on:

Your semantic-release bot :package::rocket: