angular-docs-cn/modules/angular2/test/router
Rob Wormald ca3986f31d refactor(async): refactor EventEmitter
Refactor EventEmitter and Async Facade to match ES7 Observable semantics, properly use RxJS typedefs, make EventEmitter inherit from RxJS Subject. Closes #4149.

BREAKING CHANGE:
- consumers of EventEmitter no longer need to call .toRx()
- EventEmitter is now generic and requires a type - e.g. `EventEmitter<string>`
- EventEmitter and Observable now use the `.subscribe(generatorOrNext, error, complete)` method instead of `.observer(generator)`
- ObservableWrapper uses `callNext/callError/callComplete` instead of `callNext/callThrow/callReturn`
2015-10-29 23:06:16 +00:00
..
integration refactor(async): refactor EventEmitter 2015-10-29 23:06:16 +00:00
location_spec.ts
path_recognizer_spec.ts
route_config_spec.dart
route_config_spec.ts refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
route_recognizer_spec.ts refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
route_registry_spec.ts refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
router_link_spec.ts refactor(router): RouteData as a type 2015-10-27 14:23:44 +00:00
router_spec.ts refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
spies.dart
spies.ts
url_parser_spec.ts