angular-architects / ngrx-toolkit

Various Extensions for the NgRx Signal Store
MIT License
97 stars 15 forks source link

When new rc with @ngrx/signals@18.0.0-rc.1 #59

Open benzmarkus opened 3 weeks ago

benzmarkus commented 3 weeks ago

With angular18 and ngrx/signals i get compile errors because i need --legacy-peer-deps to install all packages, but then i get "Cannot resolve type entity i15.TranslateModule to symbol" during "ng serve".

With direct support of ngrx/signals@18.0.0-rc.1 everything works fine.

rainerhahnekamp commented 3 weeks ago

Hi, can you please check which version of ngrx/signals is running when you perform the --legacy-peer-deps variation?