angular-cn/modules/angular2/test/router
Alex Rickabaugh 90191ce261 refactor(router): use ApplicationRef to provide the first bootstrapped component as ROUTER_PRIMARY_COMPONENT automatically.
This removes the routerBindings function as it is no longer necessary. ROUTER_BINDINGS will automatically pick the first bootstrapped component to satisfy ROUTER_PRIMARY_COMPONENT.

BREAKING CHANGE:

Before: bootstrap(MyComponent, [routerBindings(myComponent)]);
After: bootstrap(MyComponent, [ROUTER_BINDINGS]);

Closes #4643
2015-10-10 05:19:55 +00:00
..
integration refactor(core): move core/compiler to core/linker, adjust imports 2015-10-02 08:42:12 -07:00
location_spec.ts fix(location): improve the 'No base href set' error message 2015-10-06 20:59:02 -07: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): use ApplicationRef to provide the first bootstrapped component as ROUTER_PRIMARY_COMPONENT automatically. 2015-10-10 05:19:55 +00:00
route_recognizer_spec.ts chore(typings): remove StringMap 2015-10-03 01:09:42 +00:00
route_registry_spec.ts refactor(router): use CamelCase aliases for routes 2015-09-14 22:46:02 -07:00
router_link_spec.ts fix(tests): fix tests 2015-10-08 13:54:44 -07:00
router_spec.ts refactor(core): move core/compiler to core/linker, adjust imports 2015-10-02 08:42:12 -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