angular-cn/modules/angular2/test/router
Misko Hevery 310620fd12 chore: upgrade to new Zone.js API v0.6.2
BREAKING CHANGE

Removed deprecated API from NgZone
- `NgZone.overrideOnTurnStart`
- `NgZone.overrideOnTurnDone`
- `NgZone.overrideOnEventDone`
- `NgZone.overrideOnErrorHandler`

Rename NgZone API
- `NgZone.onTurnStart` => `NgZone.onUnstable`
- `NgZone.onTurnDone` => `NgZone.onMicrotaskEmpty`
- `NgZone.onEventDone` => `NgZone.onStable`

Closes #7345
2016-03-16 18:05:09 +00:00
..
directives chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
integration chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
location feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
route_config chore: upgrade to new Zone.js API v0.6.2 2016-03-16 18:05:09 +00:00
rules feat(router): add regex matchers 2016-03-02 16:08:19 -08:00
route_registry_spec.ts fix(router/instruction): ensure toLinkUrl includes extra params 2016-03-09 16:21:43 -08:00
router_spec.ts fix(router): handle URL that does not match a route 2016-03-09 20:48:52 -08:00
spies.dart fix(Router): Query strings are copied for HashLocationStrategy 2016-02-29 18:44:56 +00:00
spies.ts fix(Router): Query strings are copied for HashLocationStrategy 2016-02-29 18:44:56 +00:00
url_parser_spec.ts feat(router): add regex matchers 2016-03-02 16:08:19 -08:00