feat(router): add support for custom url matchers
Closes #12442 Closes #12772
This commit is contained in:
@ -731,7 +731,7 @@ describe('Integration', () => {
|
||||
expect(cmp.activations.length).toEqual(1);
|
||||
expect(cmp.activations[0] instanceof BlankCmp).toBe(true);
|
||||
|
||||
router.navigateByUrl('/simple').catch(e => console.log(e));
|
||||
router.navigateByUrl('/simple');
|
||||
advance(fixture);
|
||||
|
||||
expect(cmp.activations.length).toEqual(2);
|
||||
|
Reference in New Issue
Block a user