angular-cn/modules/angular2/test/test_lib
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
..
fake_async_spec.ts chore: update zone.js to 0.5.1 2015-06-10 23:41:45 +02:00
test_component_builder_spec.ts refactor(render): cleanup access to native dom elements 2015-06-23 17:27:59 -07:00
test_lib_spec.ts refactor (test/test_lib): Ts'ifying test/test_lib 2015-05-28 09:50:59 -07:00