angular-cn/modules
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
..
angular1_router refactor(router): rename navigate and navigateInstruction methods 2015-09-11 17:17:45 -07:00
angular2 feat(router): introduce new navigate method 2015-09-11 17:20:13 -07:00
angular2_material chore(tools): remove rtts from the repo. 2015-09-10 21:10:36 +00:00
benchmarks chore(benchmarks): enable the transformer on the static_tree benchmark 2015-09-11 23:03:29 +00:00
benchmarks_external chore(benchmarks): rename static_tree to static_tree_perf 2015-09-09 03:58:26 +00:00
benchpress fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
examples fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00