angular-cn/modules/angular2/test/render/dom/compiler
Tobias Bosch 0a51ccbd68 feat(render): don’t use the reflector for setting properties
BREAKING CHANGES:
- host actions don't take an expression as value any more but only a method name,
  and assumes to get an array via the EventEmitter with the method arguments.
- Renderer.setElementProperty does not take `style.`/... prefixes any more.
  Use the new methods `Renderer.setElementAttribute`, ... instead

Part of #2476
Closes #2637
2015-06-22 18:35:16 -07:00
..
compiler_browser_spec.ts refactor(render): ts’ify tests 2015-05-26 09:38:26 -07:00
compiler_common_tests.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
compiler_html5lib.server.spec.dart feat(render): add initial implementation of render layer 2015-04-01 16:50:22 -07:00
directive_parser_spec.ts feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
pipeline_spec.ts feat: remove MapWrapper.contains(). 2015-06-18 14:55:12 -07:00
property_binding_parser_spec.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
selector_spec.ts chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
template_loader_spec.ts feat(View): add support for styleUrls and styles 2015-06-15 19:35:16 +02:00
text_interpolation_parser_spec.ts fix(compiler): make text interpolation more robust 2015-06-18 15:45:00 -07:00
view_splitter_spec.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00