I have integrated @angular-redux/router according to https://github.com/angular-redux/router readme, but the redux-logger only shows an empty string for the router property all the time?
My app.module.ts pulls in an AppRoutingModule and I make sure it is imported before NgReduxRouterModule:
I have integrated @angular-redux/router according to https://github.com/angular-redux/router readme, but the redux-logger only shows an empty string for the router property all the time?
My app.module.ts pulls in an AppRoutingModule and I make sure it is imported before NgReduxRouterModule:
My app builds and runs but the 'router' slice of the store is only ever an empty string?