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 5342876 commit 3b42b68Copy full SHA for 3b42b68
packages/rum-angular/test/specs/apm.service.spec.ts
@@ -89,7 +89,11 @@ const routes: Routes = [
89
{ path: 'home', component: HomeComponent },
90
{ path: 'lazy', loadChildren: () => LazyModule },
91
{ path: 'slug/:id', component: SlugComponent },
92
- { path: 'invalid-route', canActivate: [CanActivateReject] }
+ {
93
+ path: 'invalid-route',
94
+ component: SlugComponent,
95
+ canActivate: [CanActivateReject]
96
+ }
97
]
98
99
describe('ApmService', () => {
0 commit comments