diff --git a/packages/router/test/router_state.spec.ts b/packages/router/test/router_state.spec.ts index 369d4ca26c..b063492e4d 100644 --- a/packages/router/test/router_state.spec.ts +++ b/packages/router/test/router_state.spec.ts @@ -199,7 +199,7 @@ describe('RouterState & Snapshot', () => { function createActivatedRouteSnapshot(cmp: string) { return new (ActivatedRouteSnapshot as any)( - null, null, null, null, null, null, cmp, null, + [], null, null, null, null, null, cmp, null, null, -1, null !); }