angular-cn/modules
vsavkin df8e15cab7 feat(core): add support for @HostBinding and @HostListener
Example:

@Directive({selector: 'my-directive'})
class MyDirective {
  @HostBinding("attr.my-attr") myAttr: string;
  @HostListener("click", ["$event.target"])
  onClick(target) {
    this.target = target;
  }
}

Closes #3996
2015-09-04 22:18:22 +00:00
..
angular1_router refector(router): rename outlet integration spec to navigation spec 2015-08-31 23:24:09 +00:00
angular2 feat(core): add support for @HostBinding and @HostListener 2015-09-04 22:18:22 +00:00
angular2_material feat(core): remove the (^ syntax and make all DOM events bubbling 2015-09-01 15:54:47 +00:00
benchmarks chore(ts2dart): replace List with Array 2015-08-31 21:32:10 +00:00
benchmarks_external chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
benchpress chore(ts2dart): replace List with Array 2015-08-31 21:32:10 +00:00
examples fix(WebWorker): Fix Todo Server demo and add test to ensure the demo can bootstrap. 2015-09-03 18:52:06 +00:00
rtts_assert chore(ts2dart): replace List with Array 2015-08-31 21:32:10 +00:00