angular-cn/modules/angular2/test
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
..
benchmark/transform refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
compiler fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
core fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
http refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
mock refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
router feat(router): introduce new navigate method 2015-09-11 17:20:13 -07:00
test_lib fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
tools feat(perf): change detection profiler 2015-09-09 01:12:58 +00:00
web_workers fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
platform.dart refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
platform.ts refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00