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(local-traits): rollback allow writing effects inside TraitsLocal #14

Closed gabrielguerrero closed 2 years ago

gabrielguerrero commented 2 years ago

The previous feature to enable writing effects inside the LocalTraits brough a race condition that makes the effects of the LocalTraits not be initialized when the component ngOnit was call this was do to using the queueMicroTask to register services

github-actions[bot] commented 2 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: