angular-cn/packages/router/src
Victor Berchet 569b1e0eb7 fix(router): Wrap Promise-like instances in native Promises (#16759)
Hybrid apps (mix of Angular and AngularJS) might return AngularJS implementation
of Promises that do not play well with the change detection. Wrapping them in
native Promises fix this issue.

This could be the case when a Resolver returns a `$q` promise.
2017-05-12 10:03:54 -07:00
..
directives docs(*) fix dangling links in API docs (#16632) 2017-05-09 15:51:37 -07:00
utils fix(router): Wrap Promise-like instances in native Promises (#16759) 2017-05-12 10:03:54 -07:00
apply_redirects.ts fix(router): fix redirect to a URL with a param having multiple values (#16376) 2017-05-08 17:50:33 -05:00
config.ts docs(router): Change CanDeactivate to CanLoad (#16237) 2017-05-10 16:34:34 -07:00
create_router_state.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
create_url_tree.ts fix(router): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
events.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
index.ts feat(router): add `ParamMap.keys` to get a list of parameters 2017-03-20 09:19:32 -07:00
interfaces.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
private_export.ts refactor(router): cleanup & simplification (#15436) 2017-03-29 09:44:04 -07:00
recognize.ts fix(router): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
route_reuse_strategy.ts fix(router): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
router.ts fix(router): relax nullability requirements 2017-04-18 12:07:33 -07:00
router_config_loader.ts fix(router): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
router_module.ts fix(router): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
router_outlet_map.ts fix(router): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
router_preloader.ts refactor(router): drop the `InternalRoute` interface 2017-04-14 09:08:13 -07:00
router_state.ts fix(router): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
shared.ts fix(router): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
url_handling_strategy.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
url_tree.ts fix(router): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
version.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00