angular/modules/angular2/test/core/compiler
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
..
compiler_spec.ts chore(ts2dart): replace List with Array 2015-08-31 21:32:10 +00:00
component_url_mapper_spec.dart fix(ComponentUrlMapper): support relative template URLs in Dartium 2015-09-01 18:19:55 +00:00
component_url_mapper_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
directive_lifecycle_spec.dart feat(core): added afterContentInit, afterViewInit, and afterViewChecked hooks 2015-08-31 17:16:54 +00:00
directive_lifecycle_spec.ts feat(core): added afterContentInit, afterViewInit, and afterViewChecked hooks 2015-08-31 17:16:54 +00:00
directive_resolver_spec.ts feat(core): add support for @Property and @Event decorators 2015-09-04 18:33:31 +00:00
dynamic_component_loader_spec.ts chore(LifecycleEvent): change to PascalCase / rename 2015-08-27 22:32:21 -07:00
element_injector_spec.ts feat(query): implement query update mechanism based on views. 2015-09-04 21:39:35 +00:00
integration_dart_spec.dart chore(LifecycleEvent): change to PascalCase / rename 2015-08-27 22:32:21 -07:00
integration_spec.ts feat(core): add support for @Property and @Event decorators 2015-09-04 18:33:31 +00:00
projection_integration_spec.ts refactor(ViewEncapsulation): rename to PascalCase 2015-08-31 21:32:10 +00:00
proto_view_factory_spec.ts feat(di): add support for multi bindings 2015-09-03 15:18:18 +00:00
query_integration_spec.ts feat(query): implement query update mechanism based on views. 2015-09-04 21:39:35 +00:00
query_list_spec.ts fix(query): clean-up queryref during dehydration 2015-09-02 19:00:17 +00:00
view_container_ref_spec.ts refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
view_manager_spec.ts refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
view_manager_utils_spec.ts feat(query): implement query update mechanism based on views. 2015-09-04 21:39:35 +00:00
view_pool_spec.ts chore: update all import paths 2015-08-25 15:33:23 -07:00