-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Updates #3
Comments
Related issues and tools:Issues: Tools: I'll be updating this post with more documentation and planned build pipeline arch. |
Will there be an upgrade path from the current seed to the updated version? I'm starting a new project but if updating will be tricky I could probably wait until the changes are in. |
Hey, sorry for delay. It won't be trivial due to migration to completely ng-cli based angular app management, but I'll try to provide upgrade path (I have one project using this seed and I will have to upgrade it too). I'll try to deliver on friday or saturday - 6th or 7th of january. You can take a look at these instructions to see the scope of change. Also some of the sbt-related files have to change from what I've seen till now. |
Any idea when we can expect the upgrade? Thanks! |
Updated to newest Angular 2 and Angular-CLI. Build system was refactored to use Angular-CLI only. I don't have precise migration path from old seed to this version - no time sadly :( - but I will try to add it ASAP. Tree-shaking is still borked and not much progress have been achieved between Webpack and Uglifyjs teams. Angular-universal on JVM is pretty far from stable for now, SSR with Java/Scala backend is not possible for now. To do:
|
Updated to Angular ^2.4.0 and Angular CLI 1.0.0.rc.1. |
Hey guys, I've been tracking progress being made in Angular 2, angular-cli and Webpack 2 communities in some of my free time, because of few things I'd like to incorporate into this seed:
a) executing Play as real backend for Angular2 app in development
b) running webpack2 server that could mock backend with mock services
Of course current state that allows for integration testing with ng2 app being tested with protractor using real Play backend has to stay. In my opinion such integration would allow for very nice and developer experience.
stealborrow some code from those attempts, wrap them in some nice async scala interface and release that as a separate jar available optionally for this seed.I'd like to update this seed before the new year with:
Tree-shaking, AoT and SSR will have to wait for upstream I'm afraid. I'll have some free time between Christmas and New Year's Eve and I'm scheduling some time for this then.
Cheers!
The text was updated successfully, but these errors were encountered: