angular/modules/angular2/test
Rado Kirov 5ebeaf7c9b feat(query): implement query update mechanism based on views.
Instead of working with finer grained element injectors, queries now
iterate through the views as static units of modification of the
application structure. Views already contain element injectors in the
correct depth-first preorder.

This allows us to remove children linked lists on element injectors and a
lot of book keeping that is already present at the view level.

Queries are recalculated using the afterContentChecked and
afterViewChecked hooks, only during init and after a view container has
changed.

BREAKING CHANGE:
ViewQuery no longer supports the descendants flag. It queries the whole
component view by default.

Closes #3973
2015-09-04 21:39:35 +00:00
..
benchmark/transform chore: update all import paths 2015-08-25 15:33:23 -07:00
compiler feat(compiler): add stylesheet compiler 2015-09-04 19:22:43 +00:00
core feat(query): implement query update mechanism based on views. 2015-09-04 21:39:35 +00:00
forms refactor(forms): use multibindings instead of query to get a list of validators 2015-09-03 15:18:18 +00:00
http chore: Make enum names consistent with TypeScript convention 2015-08-27 22:32:21 -07:00
mock chore: update all import paths 2015-08-25 15:33:23 -07:00
pipes refactor(ChandeDetection): Rename ChangeDetectorRef.markForCheck 2015-08-31 21:32:10 +00:00
router feat(core): remove the (^ syntax and make all DOM events bubbling 2015-09-01 15:54:47 +00:00
test_lib refactor(test_lib): BrowserDetection util 2015-08-28 11:41:17 +02:00
web_workers fix(WebWorker): Fix Todo Server demo and add test to ensure the demo can bootstrap. 2015-09-03 18:52:06 +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