diff --git a/src/main.ts b/src/main.ts index 5645a86ec9e..9e579f5025c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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'; @@ -122,6 +118,6 @@ bootstrapApplication(AppComponent, { provideCharts(withDefaultRegisterables()), provideHttpClient(withInterceptorsFromDi()), provideAnimations(), - provideRouter(rootRoutes, withPreloading(PreloadAllModules), withComponentInputBinding(), withDebugTracing()), + provideRouter(rootRoutes, withPreloading(PreloadAllModules), withComponentInputBinding()), ], });