Running @ngrx/signals v19 and Angular v18 #4937
Replies: 3 comments 1 reply
-
Peer dependency mismatches and upgrading could become a problem. Using |
Beta Was this translation helpful? Give feedback.
-
I don't plan on upgrading the ngrx libs until we get an angular upgrade. Our project already requires |
Beta Was this translation helpful? Give feedback.
-
We didn't introduce any new Signal types in NgRx 19. There could be some issues with the types, but if you haven't encountered them by now, it should work. The only thing that you need to prepare for: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I started using @ngrx/signals v19 in an angular app running on angular v18. So far no issues but I'm wondering what my risks are with this set up. Is it safe to keep using it or should I rip it out? I have some complex implementations that the ngrx/signals library has made major improvements on. I don't really want to revert back but this set up may end up in production. I'm hoping for an angular upgrade before then, but that decision is not on me.
Beta Was this translation helpful? Give feedback.
All reactions