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

Migration to Angular/NX v15 #38

Closed DelBiss closed 7 months ago

DelBiss commented 7 months ago

Executed by Nx with the command 'nx migrate 15.9.3', the latest non-major version of v15

Fix Typescript Issue following migration from 4.7.4 to 4.9.5

Constraining function input

WIP