refactor(router): drop the InternalRoute interface

This commit is contained in:
Victor Berchet
2017-04-11 08:34:58 -07:00
committed by Tobias Bosch
parent 886cca028f
commit ea4afebeb9
8 changed files with 37 additions and 41 deletions

View File

@ -3049,7 +3049,7 @@ describe('Integration', () => {
router.navigateByUrl('/blank');
advance(fixture);
const config: any = router.config;
const config = router.config;
const firstConfig = config[1]._loadedConfig;
expect(firstConfig).toBeDefined();