angular-cn/modules/angular2/test/router
yjbanov 3531bb7118 feat(bootstrap): remove the need for explicit reflection setup in bootstrap code
BREAKING CHANGES:

Dart applications and TypeScript applications meant to transpile to Dart must now
import `package:angular2/bootstrap.dart` instead of `package:angular2/angular2.dart`
in their bootstrap code. `package:angular2/angular2.dart` no longer export the
bootstrap function. The transformer rewrites imports of `bootstrap.dart` and calls
to `bootstrap` to `bootstrap_static.dart` and `bootstrapStatic` respectively.
2015-07-22 17:02:32 -07:00
..
location_spec.ts fix(router): improve error for missing base href 2015-07-17 14:00:04 -07:00
outlet_spec.ts feat(build): require parameter types 2015-07-21 06:20:13 -07:00
path_recognizer_spec.ts feat(router): use querystring params for top-level routes 2015-07-22 14:40:55 -07:00
route_config_spec.dart feat(router): add interfaces for route definitions in RouteConfig 2015-07-16 16:36:22 -07:00
route_config_spec.ts feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
route_recognizer_spec.ts feat(router): use querystring params for top-level routes 2015-07-22 14:40:55 -07:00
route_registry_spec.ts feat(router): add interfaces for route definitions in RouteConfig 2015-07-16 16:36:22 -07:00
router_integration_spec.ts feat(router): use querystring params for top-level routes 2015-07-22 14:40:55 -07:00
router_link_spec.ts test(route_link): add missing unit tests 2015-07-02 23:21:33 -07:00
router_spec.ts feat(router): use querystring params for top-level routes 2015-07-22 14:40:55 -07:00