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 f077224 commit 6ab5b1bCopy full SHA for 6ab5b1b
app/main/main-page-router-outlet.ts
@@ -83,4 +83,4 @@ var routes: RouterConfig = [
83
{ path: 'modal-on-push', component: ModalTestWithPushStrategy },
84
];
85
86
-export var MainRouterProviders = nsProvideRouter(routes, { enableTracing: true });
+export var MainRouterProviders = nsProvideRouter(routes, { enableTracing: false });
0 commit comments