File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
dev-packages/e2e-tests/test-applications/angular-19/src Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import {
55 provideAppInitializer ,
66 provideZoneChangeDetection ,
77} from '@angular/core' ;
8- import { provideRouter , Router } from '@angular/router' ;
8+ import { Router , provideRouter } from '@angular/router' ;
99
10+ import { TraceService , createErrorHandler } from '@sentry/angular' ;
1011import { routes } from './app.routes' ;
11- import { createErrorHandler , TraceService } from '@sentry/angular' ;
1212
1313export const appConfig : ApplicationConfig = {
1414 providers : [
Original file line number Diff line number Diff line change 11import { Routes } from '@angular/router' ;
2- import { UserComponent } from './user/user.component' ;
3- import { HomeComponent } from './home/home.component' ;
4- import { CancelComponent } from './cancel/cancel.components' ;
52import { cancelGuard } from './cancel-guard.guard' ;
3+ import { CancelComponent } from './cancel/cancel.components' ;
64import { ComponentTrackingComponent } from './component-tracking/component-tracking.components' ;
5+ import { HomeComponent } from './home/home.component' ;
6+ import { UserComponent } from './user/user.component' ;
77
88export const routes : Routes = [
99 {
Original file line number Diff line number Diff line change 11import { bootstrapApplication } from '@angular/platform-browser' ;
2- import { appConfig } from './app/app.config' ;
32import { AppComponent } from './app/app.component' ;
3+ import { appConfig } from './app/app.config' ;
44
55import * as Sentry from '@sentry/angular' ;
66
You can’t perform that action at this time.
0 commit comments