Logo
Explore Help
Register Sign In
cargdev/angular
1
0
Fork 0
You've already forked angular
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular/modules
History
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
..
angular1_router
refactor(router): rename "as" to "name" in RouteConfig
2015-10-29 10:52:55 -07:00
angular2
refactor(router): rename "as" to "name" in RouteConfig
2015-10-29 10:52:55 -07:00
angular2_material
fix(testing): let DOM adapter dictate XHR implementation for tests
2015-10-15 12:12:27 -07:00
benchmarks
fix(benchmarks): update react and polymer benchmarks and get tree update numbers for all of the benchmarks as well.
2015-10-28 13:17:01 -07:00
benchmarks_external
fix(benchmarks): update react and polymer benchmarks and get tree update numbers for all of the benchmarks as well.
2015-10-28 13:17:01 -07:00
benchpress
fix(benchpress): increase sampling frequency
2015-10-28 22:47:24 +00:00
playground
refactor(router): rename "as" to "name" in RouteConfig
2015-10-29 10:52:55 -07:00
upgrade
fix(benchmarks): update react and polymer benchmarks and get tree update numbers for all of the benchmarks as well.
2015-10-28 13:17:01 -07:00
Powered by Gitea Version: 1.23.8 Page: 79ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API