896add7d77
Example: @Directive({selector: 'my-selector'}) class MyDirective { @Property() prop; @Property('el-prop') prop2; @Event() event; @Event('el-event') event2; } Closes #3992 |
||
---|---|---|
.. | ||
lib | ||
test/transform |