vsavkin 896add7d77 feat(core): add support for @Property and @Event decorators
Example:

@Directive({selector: 'my-selector'})
class MyDirective {
  @Property() prop;
  @Property('el-prop') prop2;
  @Event() event;
  @Event('el-event') event2;
}

Closes #3992
2015-09-04 18:33:31 +00:00
..
2015-08-25 15:33:23 -07:00
2015-08-25 15:33:23 -07:00
2015-08-25 15:33:23 -07:00
2015-08-25 15:33:23 -07:00
2015-08-26 15:06:25 -07:00