Angular vs Angular Universal with NGRX Trying to understand how to work around @ngrx/store-devtools library for Angular Universal. I've set up this project that is a ng seed project using Angular Universal.
It has a language switcher and I can't seem to understand how the store works. Github project: https://github.com/ng-seed/universal
In the code you can see there are reducers for when you switch language, but in the devtools the state shows empty, so can't understand how it pushed to the state or how the state gets managed.

StoreDevtoolsModulein yourAppModule) - Martin Adámek