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
-`stateKey`: The name of reducer key, defaults to `router`
11
+
-`stateKey`: The name of reducer key, defaults to `router`. It's also possible to provide a selector function.
12
12
-`serializer`: How a router snapshot is serialized. Defaults to `DefaultRouterStateSerializer`. See [Custom Router State Serializer](#custom-router-state-serializer) for more information.
13
13
-`navigationActionTiming`: When the `ROUTER_NAVIGATION` is dispatched. Defaults to `NavigationActionTiming.PreActivation`. See [Navigation Action Timing](#navigation-action-timing) for more information.
14
14
@@ -24,6 +24,7 @@ Your custom serializer should implement the abstract class `RouterStateSerialize
24
24
You then provide the serializer through the config.
0 commit comments