You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.
What @JloMexmax posted will enable it in production aswell. What you can do as of v4 is put the following as an import. (assuming you have the environment.production variable) !environment.production ? StoreDevtoolsModule.instrument() : []
Hi,
I got this error when I try to import
StoreDevtoolsModule.instrumentOnlyWithExtension()
I'm using:
angular/core: "^4.0.0",
"@ngrx/core": "^1.2.0",
"@ngrx/store": "^2.2.3",
"@ngrx/store-devtools": "^3.2.4",
"typescript": "~2.3.3"
Does anyone know why?
Thank you!!
The text was updated successfully, but these errors were encountered: