angular-architects / ngrx-toolkit

Various Extensions for the NgRx Signal Store
MIT License
104 stars 17 forks source link

`withRedux` effect without returning #10

Open rainerhahnekamp opened 5 months ago

rainerhahnekamp commented 5 months ago

Check if it is necessary, that effect in withRedux have to return something. After all, we provide create, so it should be able to do the subscription internally.