angular/modules
Alex Rickabaugh 72e65d6797 refactor(core): Move LifeCycle functionality into ApplicationRef.
BREAKING CHANGE:

Before: constructor(@Inject(LifeCycle) lifecycle) { lifecycle.tick(); }
After: constructor(@Inject(ApplicationRef) appRef) { appRef.tick(); }

Closes #5008
2015-10-29 22:28:30 +00:00
..
angular1_router refactor(router): rename "as" to "name" in RouteConfig 2015-10-29 10:52:55 -07:00
angular2 refactor(core): Move LifeCycle functionality into ApplicationRef. 2015-10-29 22:28:30 +00:00
angular2_material fix(testing): let DOM adapter dictate XHR implementation for tests 2015-10-15 12:12:27 -07:00
benchmarks refactor(core): Move LifeCycle functionality into ApplicationRef. 2015-10-29 22:28:30 +00: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