-
Notifications
You must be signed in to change notification settings - Fork 26
template3 (single js out file) doesn't work with ng2 #11
Comments
I couldn't replicate your issue. I called |
Since I couldn't replicate the issue and haven't heard from your for quite a while I'm closing the issue. |
I know you have closed the issue, but I am having the same problem if I follow your readme. Running: Running:
|
The template3 variant hasn't been ported to ng2 final yet. What needs to be done is that the I'm pretty busy the coming weeks. A pull request is welcome. |
I have tried to run the single javascript file compilation. The only problem I have is that in the generated System.register("app/app/app.component", ['@angular/core'], function //... All those files are being requested by the browser and they are not shipped with that The only javascript files referenced in this
None of them having problems loading. I run using I know this template is not ported yet for this template, and I'm really sorry for bothering you with this 😓 , I just don't really know what is the missing part on this. Are dependencies not being compiled inside I attach my <script>
System.import('app/main')
.catch(console.error.bind(console));
</script> I don't really have any urges with this, so don't worry. Thank you! 😃 |
@joost-de-vries any updates here? I know you said you are busy, but just wanted to know if you will be looking at this anytime soon? I too am unable to get the index2 to work. I am getting 404 of angular2-polyfills.js, angualr2.dev.js files Thanks |
Hi, |
Hi, great activator!
However when doing sbt dist for production and then launching the binary file it fails with
The text was updated successfully, but these errors were encountered: