angular-architects / ngrx-toolkit

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

chore: devtools connect api #1

Open mikezks opened 7 months ago

mikezks commented 7 months ago

To connect createReduxState() with Redux Devtools.

rainerhahnekamp commented 7 months ago

Thanks, there should be a reset function somewhere. That one's needed for tests. We have a lot of simple variables laying around which don't get reset between the tests.

rainerhahnekamp commented 7 months ago

And there are also some conflicts. Do you mind if you fix and rebase against main?