Open jokade opened 7 years ago
vars and defs annotations (@Input, @Output, @HostListener, ...) only work if the class is compiled to a JS class (@classModeJS).
var
def
@Input
@Output
@HostListener
@classModeJS
var
s anddef
s annotations (@Input
,@Output
,@HostListener
, ...) only work if the class is compiled to a JS class (@classModeJS
).