refactor(router): drop the InternalRoute
interface
This commit is contained in:

committed by
Tobias Bosch

parent
886cca028f
commit
ea4afebeb9
@ -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();
|
||||
|
Reference in New Issue
Block a user