Skip to content

Commit

Permalink
NAS-132648: remove router debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
aervin committed Nov 25, 2024
1 parent 8570662 commit f8a50d1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ import { MAT_SNACK_BAR_DEFAULT_OPTIONS, MatSnackBarConfig } from '@angular/mater
import { BrowserModule, bootstrapApplication } from '@angular/platform-browser';
import { provideAnimations } from '@angular/platform-browser/animations';
import {
withPreloading,
provideRouter,
PreloadAllModules,
withComponentInputBinding,
withDebugTracing,
withPreloading, provideRouter, PreloadAllModules, withComponentInputBinding,
} from '@angular/router';
import { provideEffects } from '@ngrx/effects';
import { provideRouterStore } from '@ngrx/router-store';
Expand Down Expand Up @@ -122,6 +118,6 @@ bootstrapApplication(AppComponent, {
provideCharts(withDefaultRegisterables()),
provideHttpClient(withInterceptorsFromDi()),
provideAnimations(),
provideRouter(rootRoutes, withPreloading(PreloadAllModules), withComponentInputBinding(), withDebugTracing()),
provideRouter(rootRoutes, withPreloading(PreloadAllModules), withComponentInputBinding()),
],
});

0 comments on commit f8a50d1

Please sign in to comment.