angular-cn/modules/angular2/test/router
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
..
integration feat(router): introduce new navigate method 2015-09-11 17:20:13 -07:00
location_spec.ts refactor: export core APIs from angular2/core 2015-09-05 07:01:34 +00:00
path_recognizer_spec.ts feat(router): hash-cons ComponentInstructions 2015-08-31 18:09:32 +00:00
route_config_spec.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
route_config_spec.ts refactor(router): rename navigate and navigateInstruction methods 2015-09-11 17:17:45 -07:00
route_recognizer_spec.ts fix(Typings): Output public constructors in .d.ts files 2015-09-10 01:37:43 +00:00
route_registry_spec.ts fix(router): load route config from async instructions 2015-09-11 16:23:40 -07:00
router_link_spec.ts refactor(router): rename navigate and navigateInstruction methods 2015-09-11 17:17:45 -07:00
router_spec.ts feat(router): introduce new navigate method 2015-09-11 17:20:13 -07:00
spies.dart refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
spies.ts refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
url_parser_spec.ts feat(router): auxiliary routes 2015-08-10 10:47:37 -07:00