angular/modules/angular2/src/facade
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
..
async.dart refactor(facade): refactor type check function - is*() 2015-06-16 19:27:34 +02:00
async.ts refactor(facade): refactor type check function - is*() 2015-06-16 19:27:34 +02:00
browser.dart refactor(router): convert to typescript 2015-06-02 11:06:44 -07:00
browser.ts refactor(router): convert to typescript 2015-06-02 11:06:44 -07:00
collection.dart feat(element_injector): support multiple injectables with the same token 2015-06-19 16:02:56 -07:00
collection.ts feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
lang.dart refactor(facade): refactor type check function - is*() 2015-06-16 19:27:34 +02:00
lang.ts chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00
math.dart feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00
math.ts chore(build): don’t include export var __esModule = true in every file 2015-05-19 15:12:59 -07:00