angular/modules/angular2/test/core/compiler
Tobias Bosch c8bdacb195 refactor(render): cleanup access to native dom elements
BREAKING CHANGES:
- rename `ElementRef.domElement` to `ElementRef.nativeElement`
- add `Renderer.getNativeElementSync` to make the app side
  less dependent on the dom renderer.
- don’t use `ElementRef.nativeElement` in directives but
  use the methods on `Renderer` directly.
- Removed `ElementRef.setAttribute`. Use `Renderer.setElementAttribute` instead.

Closes #2712
Last part of #2476
Closes #2476
2015-06-23 17:27:59 -07:00
..
compiler_spec.ts chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00
component_url_mapper_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
directive_lifecycle_spec.dart style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
directive_lifecycle_spec.ts feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
directive_metadata_reader_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
dynamic_component_loader_spec.ts refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
element_injector_spec.ts refactor(render): use RenderElementRef in all renderer methods 2015-06-23 14:26:34 -07:00
integration_dart_spec.dart style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
integration_spec.ts feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
proto_view_factory_spec.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
query_integration_spec.ts refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
query_list_spec.ts feat(query): adds support for descendants and more list apis. 2015-06-11 16:05:06 -07:00
view_container_ref_spec.ts refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
view_manager_spec.ts refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
view_manager_utils_spec.ts refactor(change_detection): made ChangeDetector and ProtoChangeDetector interfaces 2015-06-18 17:41:22 -07:00
view_pool_spec.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00