angulate2
angulate2 copied to clipboard
Scala.js bindings for Angular
sbt fastOptJS::liteServerWriteConfigFile [info] Loading global plugins from /home/anopperl6/.sbt/0.13/plugins [info] Loading project definition from /home/anopperl6/Desktop/scala-angular/angulate2-master/project [info] Set current project to angulate2 (in build file:/home/anopperl6/Desktop/scala-angular/angulate2-master/) [error] Not a valid key: liteServerWriteConfigFile (similar:...
This is an personal question to you Jokade. Will you continue with building a facade for Scala JS using Angular 5?
I need to define a component that derives from another component, both have constructors with arguments (for service injection). However, Component macro expansion fails with these classes, it says that...
webpack
Howdy jokade, Was waiting for the angular 4 update AWESOME work, and i see you've also implemented webpack. Now for the questions... do you have a webpack sbt seed template...
I'm new in the Scala.js world and I'm having a hard time integrating Angulate with [ScalaJS-bundler](https://github.com/scalacenter/scalajs-bundler). It uses webpack as a module loader instead of systemjs and it complains it...
I'm not sure if there is more to do beside documentation, but this look pretty nice as an alternative to systemjs: [https://github.com/scalacenter/scalajs-bundler](https://github.com/scalacenter/scalajs-bundler) But actually I didn't get this working with...
* [ ] move metadata handling from sjsx to Scala.js code * [ ] avoid decoration of unused components, etc. (prerequisite: don't annotate components, directives, ... with `@JSExportTopLevel`)
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.
Case classes annotated with `@Data` should be translated into plain JS objects when compiled with Scala.js (and be ignored with Scala/JVM). Example: when `Node` is defined as ```scala @Data case...
I would love to contribute to this project. Let me know I can be the most help.