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
Do you guys have any suggestions how to transfer the router state from server to browser in an angular universal app? I was able to do it with @ngrx/[email protected], but in this version you keep RouterStateSnapshot in the state and this is not transferrable - JSON.stringify throws "TypeError: Converting circular structure to JSON".
Do you guys have any suggestions how to transfer the router state from server to browser in an angular universal app? I was able to do it with @ngrx/[email protected], but in this version you keep RouterStateSnapshot in the state and this is not transferrable - JSON.stringify throws "TypeError: Converting circular structure to JSON".
@ngrx/[email protected]
@ngrx/[email protected]
node v6.10.3
npm v5.0.3
yarn v0.27.5
The text was updated successfully, but these errors were encountered: