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
In the package.json file I found references to ngrx/core, ngrx/store and ngrx-store-logger but when I looked through the code I found that they are not actually used.
I think they should be removed as it is confusing for anyone trying to understand the architecture of the app.
It lead me to believe you have a redux implementation side by side with an ngrx\store one (which I don't think is a bad idea after all).
Thanks,
Alex Pop
The text was updated successfully, but these errors were encountered:
In the package.json file I found references to ngrx/core, ngrx/store and ngrx-store-logger but when I looked through the code I found that they are not actually used.
I think they should be removed as it is confusing for anyone trying to understand the architecture of the app.
It lead me to believe you have a redux implementation side by side with an ngrx\store one (which I don't think is a bad idea after all).
Thanks,
Alex Pop
The text was updated successfully, but these errors were encountered: