We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806c1d1 commit f993759Copy full SHA for f993759
modules/router-store/src/router_store_config.ts
@@ -29,7 +29,7 @@ export const ROUTER_CONFIG = new InjectionToken(
29
* Minimal = Serializes the router event with MinimalRouterStateSerializer
30
* Full = Serializes the router event with FullRouterStateSerializer
31
*/
32
-export const enum RouterState {
+export enum RouterState {
33
Full,
34
Minimal,
35
}
0 commit comments