refactor(router): change RouterLinkActive impl to account for upcoming ivy breaking change (#28560)

PR Close #28560
This commit is contained in:
Pawel Kozlowski
2019-02-06 14:24:25 +01:00
committed by Miško Hevery
parent e9bedc63bb
commit fcd1f61476
3 changed files with 8 additions and 6 deletions

View File

@ -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);