angular-cn/modules/angular2/test/router/integration
Brian Ford d9036c6cf3 feat(router): introduce new navigate method
Previously, `router.navigate` took a string representing the URL.
Now, it accepts an array that mirrors the link DSL.

Closes #4040

BREAKING CHANGE

The old method has been renamed to `router.navigateByUrl`.
Either change your navigation calls to use the DSL (preferred) or
call `router.navigateByUrl` instead.

Closes #4074
2015-09-11 17:20:13 -07:00
..
lifecycle_hook_spec.ts refactor(router): rename navigate and navigateInstruction methods 2015-09-11 17:17:45 -07:00
navigation_spec.ts refactor(router): rename navigate and navigateInstruction methods 2015-09-11 17:17:45 -07:00
router_integration_spec.ts refactor(router): rename navigate and navigateInstruction methods 2015-09-11 17:17:45 -07:00
router_link_spec.ts feat(router): introduce new navigate method 2015-09-11 17:20:13 -07:00