angular/modules/angular2/src/router
Vamsi V 7d83959be5 refactor(router): rename "as" to "name" in RouteConfig
BREAKING CHANGE:

This is a rename to make routing concepts easier to understand.

Before:

```
@RouteConfig([
  { path: '/', component: MyCmp, as: 'Home' }
])
```

After:

```
@RouteConfig([
  { path: '/', component: MyCmp, name: 'Home' }
])
```

Closes #4622

Closes #4896
2015-10-29 10:52:55 -07:00
..
async_route_handler.ts refactor(router): RouteData as a type 2015-10-27 14:23:44 +00:00
hash_location_strategy.ts fix(router): respect LocationStrategy when constructing hrefs in links 2015-10-27 10:45:49 +00:00
instruction.ts refactor(router): RouteData as a type 2015-10-27 14:23:44 +00:00
interfaces.ts docs(router): move examples into own file and add tests 2015-10-27 14:12:56 +00:00
lifecycle_annotations.dart feat(router): lifecycle hooks 2015-07-13 09:12:15 -07:00
lifecycle_annotations.ts refactor(router): use relative imports 2015-10-29 04:24:13 +00:00
lifecycle_annotations_impl.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
location.ts fix(router): respect LocationStrategy when constructing hrefs in links 2015-10-27 10:45:49 +00:00
location_strategy.ts fix(router): respect LocationStrategy when constructing hrefs in links 2015-10-27 10:45:49 +00:00
path_location_strategy.ts fix(router): respect LocationStrategy when constructing hrefs in links 2015-10-27 10:45:49 +00:00
path_recognizer.ts fix benchmarks 2015-10-08 13:54:44 -07:00
route_config_decorator.dart refactor(router): convert to typescript 2015-06-02 11:06:44 -07:00
route_config_decorator.ts chore(ts2dart): replace List with Array 2015-08-31 21:32:10 +00:00
route_config_impl.ts refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
route_config_nomalizer.dart refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
route_config_nomalizer.ts refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
route_definition.dart refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
route_definition.ts refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
route_handler.ts refactor(router): RouteData as a type 2015-10-27 14:23:44 +00:00
route_lifecycle_reflector.dart chore: update all import paths 2015-08-25 15:33:23 -07:00
route_lifecycle_reflector.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
route_recognizer.ts refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
route_registry.ts feat(router): add support for route links with no leading slash 2015-10-27 09:01:16 +00:00
router.ts chore(typings): mark underscore-prefix members @internal 2015-10-28 21:27:34 +00:00
router_link.ts fix(router): respect LocationStrategy when constructing hrefs in links 2015-10-27 10:45:49 +00:00
router_outlet.ts refactor(router): RouteData as a type 2015-10-27 14:23:44 +00:00
sync_route_handler.ts refactor(router): RouteData as a type 2015-10-27 14:23:44 +00:00
url_parser.ts fix(router): properly read and serialize query params 2015-10-13 12:06:22 -07:00