angulate2 icon indicating copy to clipboard operation
angulate2 copied to clipboard

Use JSExportStatic for Angular annotations

Open jokade opened this issue 7 years ago • 1 comments

Currently we generate a separate JS file with the annotations required by Angular (-sjsx.js'). With the advent of @JSExportStatic` in Scala.js 0.6.15 this should no longer be necessary.

jokade avatar Mar 22 '17 17:03 jokade

OK, @JSExportStatic only works on @ScalaJSDefined classes, so we're currently stuck with the -sjsx file.

jokade avatar Mar 25 '17 12:03 jokade