angular-cn/modules/angular2/test/transform/template_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
..
duplicate_files feat(transform): update for Directive.host 2015-06-11 13:11:10 -07:00
inline_expression_files feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
inline_method_files feat(transform): update for Directive.host 2015-06-11 13:11:10 -07:00
one_directive_files feat(transform): update for Directive.host 2015-06-11 13:11:10 -07:00
url_expression_files feat(transform): update for Directive.host 2015-06-11 13:11:10 -07:00
url_method_files feat(transform): update for Directive.host 2015-06-11 13:11:10 -07:00
with_prefix_files feat(transform): update for Directive.host 2015-06-11 13:11:10 -07:00
all_tests.dart fix(dart/transform): Don't set ReflectionCapabilities over an async gap 2015-06-06 17:10:06 -07:00