-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
StoreDevtoolsModule: Instrument only with extension for production mode? #374
Comments
@maxime1992 I went through the forked code. |
@brandonroberts should I work on this? |
@roopkt have you tried something? :) It's been two months and a half without any "official" answer and I think that if you know how to start on this it might be 👌 |
Hi @maxime1992 , |
Check the migration guide on how to handle in production. |
@roopkt @maxime1992 we removed this option previously because of injector issues with Angular. It also streamlined the code path for instrumenting. I'd be open to this being added back if its reliable. |
I just used |
@Lobaton2020 the recommended way is now documented here: https://ngrx.io/guide/store-devtools/recipes/exclude I've been using this for a long time and it works perfectly too :) |
I'm submitting a...
What is the current behavior?
In order to use the devtool, I have the following code:
The thing is, I used to do
StoreDevtoolsModule.instrumentOnlyWithExtension()
Expected behavior:
I'd like to be able to use the redux devtools even in production IF the extension is present and launched.
How can I do that with ngrx V4 and the latest devtools?
The text was updated successfully, but these errors were encountered: