angular/modules/playground
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
..
e2e_test fix(router): respect LocationStrategy when constructing hrefs in links 2015-10-27 10:45:49 +00:00
src refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
test/benchpress chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
pubspec.yaml chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00