Simple Serialized NgRx Router Store

BuildGitHub last commitnpm (tag)npm bundle sizeNPM License

Feel free to experiment in the address bar.. Or, edit routes on Stackblitz..

SS Router State:

      {
  "state": {
    "url": "/",
    "params": {},
    "queryParams": {},
    "fragment": null,
    "data": {}
  },
  "navigationId": 1
}
    

This demo is running in dev environment. You can inspect Actions and State in the browser console as well as Redux DevTools.