-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
AngularJS 2.x & ES6 #1339
Comments
There won't be a migration, we will support both, like we do for Java 7 and Java 8. |
any change yet? |
nope |
angular 2 would be for Jhipster 4.0 |
what is the expected timeline for Jhipster 4.0 |
how could we have a release date, when AngularJS 2 doesn't have one! |
I'm curious if any of the contributors have had a chance to evaluate I've been working on a POC at work over the last few weeks and it has been My nerves over TypeScript have eased. 3rd party libs can be used in any On Thu, Apr 28, 2016 at 4:01 PM, Julien Dubois [email protected]
|
We would wait for angular2 to release first
|
@rpoitras Thanks for feedback, do you have any code to share? |
At first I was disappointed that JH wasn't immediately jumping on the ng2 Code sharing is tricky. My work is not owned by me ;-). I am pushing for But if there is something in particular you're having trouble with, I might What I've done so far (pretty early into development):
On Sat, Apr 30, 2016 at 3:54 AM, Gaël Marziou [email protected]
|
Regarding dropping gulp and bower:
I agree about TypeScript. My team also tried ng2-material but gave up as it was too hard to find working version, currently I think it's safer to use CSS only; Bootstrap or Material Design Lite. For JWT authentication, we used angular2-jwt which worked well wth JHipster. |
Minify? Not doing it yet. It should be a simple as installing uglify-js I haven't found a case yet where I couldn't get a package from npm. For 3rd party lib usage and TypeScript I favour typings Yes JWT is nice. On Sat, Apr 30, 2016 at 11:25 AM, Gaël Marziou [email protected]
|
Yes I know this trend which says that npm is enough. However, I still don't know how to inject dependencies automatically into index.html as this is done by looking at bower.json of each dependency. |
I'm using SystemJS to load modules. You could probably still use wiredep On Sat, Apr 30, 2016 at 12:00 PM, Gaël Marziou [email protected]
|
Yes I guess we have to rethink all the toolchain and try to simplify it as much as possible for JHipster users. |
I have seen the npm script bandwagon and gave it some thought, its good for
Thanks & Regards, On Sun, May 1, 2016 at 12:43 AM, Gaël Marziou [email protected]
|
Good points. You may be right on complexity in a large projects across multi-platforms. Personally speaking I feel I'll be more comfortable with the multi JavaScript files. Maybe my gulp skills are not at a good enough level, but I have a hard time debugging issues with gulp tasks. I suppose the biggest draw in considering using npm scripts over gulp/grunt tasks is you lose your dependency on the plugin. Whenever a new version of a tool comes out you don’t have to wait for the plugin support. Then there is just one API to learn from the original writer(s). I’ll find out in time if my thinking is flawed. Rob
|
Hi,
Is there any chances to start thinking about migration?
AngularJS 2.x and ES6 are just around the corner.
Basic starterkit %1: https://github.com/pkozlowski-opensource/ng2-play
Basic starterkit %2: https://github.com/shuhei/babel-angular2-app
Yeoman generator: https://github.com/swirlycheetah/generator-angular2
The text was updated successfully, but these errors were encountered: