refactor(router): change RouterLinkActive impl to account for upcoming ivy breaking change (#28560)
PR Close #28560
This commit is contained in:

committed by
Miško Hevery

parent
e9bedc63bb
commit
fcd1f61476
@ -3578,7 +3578,6 @@ describe('Integration', () => {
|
||||
|
||||
TestBed.configureTestingModule({declarations: [RootCmpWithLink]});
|
||||
const router: Router = TestBed.get(Router);
|
||||
const loc: any = TestBed.get(Location);
|
||||
|
||||
const f = TestBed.createComponent(RootCmpWithLink);
|
||||
advance(f);
|
||||
|
Reference in New Issue
Block a user