angular-cn/modules/@angular/router/src
Miško Hevery b96869afd2 refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616)
Closes #9729

BREAKING CHANGE:

`Type` is now `Type<T>` which means that in most cases you have to
use `Type<any>` in place of `Type`.

We don't expect that any user applications use the `Type` type.
2016-08-10 18:21:28 -07:00
..
directives Router Fixes (#10579) 2016-08-10 15:53:57 -07:00
utils fix(router): route.parent should work for secondary children 2016-08-08 09:15:59 -07:00
apply_redirects.ts fix(router): absolute redirects should work with lazy loading 2016-08-05 13:12:21 -07:00
common_router_providers.ts fix(router): provideRouter should use provideRoutes (#10488) 2016-08-03 19:35:12 -07:00
config.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
create_router_state.ts feat(router): add queryParams and fragment to every activated route 2016-08-03 15:30:03 -07:00
create_url_tree.ts fix(router): support relative param-only navigation (#10613) 2016-08-09 17:03:17 -07:00
interfaces.ts docs(router): fixes api docs 2016-08-01 16:23:28 -07:00
recognize.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
resolve.ts refactor(core): change module semantics 2016-07-26 07:04:10 -07:00
router.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
router_config_loader.ts feat(router): support sibling modules providing routes 2016-08-02 13:31:15 -07:00
router_module.ts refactor(core): introduce `APP_BOOTSTRAP_LISTENER` multi provider 2016-08-02 11:23:26 -07:00
router_outlet_map.ts fix(router): make an outlet to unregister itself when it is removed from the dom 2016-08-01 16:56:38 -07:00
router_providers.ts refactor(router): clean up naming 2016-07-06 16:19:52 -07:00
router_state.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
shared.ts refactor(router): renames PRIMARY_OUTLET into primary 2016-07-22 18:51:35 -07:00
url_tree.ts fix(router): add segmentPath to the link DSL 2016-08-05 13:12:21 -07:00