angular/modules/angular2/test
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
..
animate refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
core fix(test): Android browser does not support calc() a CSS unit value 2015-10-29 16:32:21 +00:00
http chore: adjust formatting to new clang-format. 2015-10-28 11:19:10 +01:00
mock refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
router refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
symbol_inspector refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
testing fix(testing): let DOM adapter dictate XHR implementation for tests 2015-10-15 12:12:27 -07:00
tools refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
web_workers refactor(dart): Format Dart code 2015-10-20 17:39:37 +00:00
platform.dart refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
platform.ts refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
public_api_spec.ts cleanup(forms): minor cleanup 2015-10-29 00:02:01 +00:00