angular-architects / ngrx-toolkit

Various Extensions for the NgRx Signal Store
MIT License
177 stars 23 forks source link

Document usage of withDevtools(): No store found. #90

Closed thomas-bee closed 2 months ago

thomas-bee commented 2 months ago

Please add more documentation on how to use withDevtools(). Just throwing in withDevtools('flights') then using the latest Chrome with the latest Redux DevTools

https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=de

... simply results in the store window saying "No store found". Please document the required steps to make this work.

rainerhahnekamp commented 2 months ago

There you go #93. Does that help?

rainerhahnekamp commented 2 months ago

Docs have been improved