We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The facades in this project require angular at a global namespace, but can that be avoided?
It's ideal to work with modules, and the RCs don't provide a namespace-polluting build file. I haven't found a way to get SystemJS to expose ng.
ng
Would import sytax like this be required?
The text was updated successfully, but these errors were encountered:
With the advent of 0.6.13, Scala,js now supports modules. I'm currently working on a major update that will solve this problem
Sorry, something went wrong.
The new 0.1-NSAPSHOT now uses the CommonJS module format (requires Scala.js 0.6.13+).
0.1-NSAPSHOT
No branches or pull requests
The facades in this project require angular at a global namespace, but can that be avoided?
It's ideal to work with modules, and the RCs don't provide a namespace-polluting build file. I haven't found a way to get SystemJS to expose
ng
.Would import sytax like this be required?
The text was updated successfully, but these errors were encountered: