jokade / angulate2

Scala.js bindings for Angular
MIT License
87 stars 15 forks source link

Support HostListener #38

Closed jokade closed 7 years ago

jokade commented 7 years ago

It seems as if @HostListener doesn't play with Scala.js classes out of the box (cause unknown as of yet), but it looks like it works with native JS classes (i.e. annotated with @ScalaJSDefined).

See also #40