Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redux-devtools with the new rxjs/store #196

Closed
ritox842 opened this issue Aug 29, 2016 · 1 comment
Closed

redux-devtools with the new rxjs/store #196

ritox842 opened this issue Aug 29, 2016 · 1 comment
Labels

Comments

@ritox842
Copy link

Hey all.

I've installed the new beta version of ngrx/store.
In the new version there isn't any "createStore", but some code that should be insert into the ngModule.
Because I dont have the "createStore", I cant implement the redux-dev-tools..
Did anyone manage to use it?

This is the ngModule code:

StoreModule.provideStore({bet: betReducer }),

I've tried to put it inside the provideStore but the window isn't recognized .

@zalmoxisus
Copy link
Owner

Hey @ritox842,

You have to use ngrx/store-devtools, which includes the extension. If you have troubles with it, better to continue the discussion here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants