angular/modules/benchmarks/src
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
..
change_detection refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
compiler refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
costs refactor(core): Move LifeCycle functionality into ApplicationRef. 2015-10-29 22:28:30 +00:00
di refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
element_injector refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
largetable refactor(core): Move LifeCycle functionality into ApplicationRef. 2015-10-29 22:28:30 +00:00
naive_infinite_scroll refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
static_tree refactor(core): Move LifeCycle functionality into ApplicationRef. 2015-10-29 22:28:30 +00:00
tree refactor(core): Move LifeCycle functionality into ApplicationRef. 2015-10-29 22:28:30 +00:00
index.html feat(benchmark): add static_tree benchmark 2015-07-22 10:58:50 -07:00