I know its too early for asking support for Angular2 now but I would like to know the road map for this. I am asking because I am interested to contribute on this aspect. Being a J2EE/Spring and Angular developer, This project really excites me.
How about support for React/Flux also?
@sometxdude no because our goal is AngularJS
@tapas4java we will wait until it is stable, and until there are enough 3rd party libs (we use Angular UI router & several others, we need something similar).
But early work to migrate is very good, so we know where we go.
Is there a page we can watch for angular 2 progress updates?
Will the angular 2 option convert previously generated angular 1 project to angular 2?
@sometxdude if you are interested in react support in Jhipster take a look at https://github.com/hipster-labs/generator-jhipster-react its a WIP and this module will replace angular client side with react. It has material Ui and webpack support instead of Gulp and this is our recommended approach to customize Jhipster for different use case
@tapas4java the same approach I use for above can be used for angular-material as well . I guess @sendilkumarn is working on a module for that
@systemsplanet when we upgrade to angular 2 it will be mostly a breaking change and hence a major release so I doubt we might not have bandwidth to support older apps.
Thanks, I just forked your jhipster/react project so I won't forget it.
I will definitely be kicking the tires on it soon.
On 2/14/2016 10:07 PM, Deepu K Sasidharan wrote:
@sometxdude https://github.com/sometxdude if you are interested in
react support in Jhipster take a look at
https://github.com/hipster-labs/generator-jhipster-react its a WIP and
this module will replace angular client side with react. It has
material Ui and webpack support instead of Gulp and this is our
recommended approach to customize Jhipster for different use case
@tapas4java https://github.com/tapas4java the same approach I use
for above can be used for angular-material as well . I guess
@sendilkumarn https://github.com/sendilkumarn is working on a module
for that@systemsplanet https://github.com/systemsplanet when we upgrade to
angular 2 it will be mostly a breaking change and hence a major
release so I doubt we might not have bandwidth to support older apps.—
Reply to this email directly or view it on GitHub
https://github.com/jhipster/generator-jhipster/issues/1283#issuecomment-184059452.
You are welcome to collaborate :)
On 15 Feb 2016 20:33, "sometxdude" [email protected] wrote:
Thanks, I just forked your jhipster/react project so I won't forget it.
I will definitely be kicking the tires on it soon.On 2/14/2016 10:07 PM, Deepu K Sasidharan wrote:
@sometxdude https://github.com/sometxdude if you are interested in
react support in Jhipster take a look at
https://github.com/hipster-labs/generator-jhipster-react its a WIP and
this module will replace angular client side with react. It has
material Ui and webpack support instead of Gulp and this is our
recommended approach to customize Jhipster for different use case
@tapas4java https://github.com/tapas4java the same approach I use
for above can be used for angular-material as well . I guess
@sendilkumarn https://github.com/sendilkumarn is working on a module
for that@systemsplanet https://github.com/systemsplanet when we upgrade to
angular 2 it will be mostly a breaking change and hence a major
release so I doubt we might not have bandwidth to support older apps.—
Reply to this email directly or view it on GitHub
<
https://github.com/jhipster/generator-jhipster/issues/1283#issuecomment-184059452
.—
Reply to this email directly or view it on GitHub
https://github.com/jhipster/generator-jhipster/issues/1283#issuecomment-184187282
.
@deepu105 could you please describe how to use jhipster-react ? command "yo jhipster-react" do not generate app for me
Its still a work in progress and not yet released.
On 17 Mar 2016 06:31, "Andrey Chorniy" [email protected] wrote:
@deepu105 https://github.com/deepu105 could you please describe how to
use jhipster-react ? command "yo jhipster-react" do not generate app for me—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
https://github.com/jhipster/generator-jhipster/issues/1283#issuecomment-197585934
Will it be as simple as adding an Angular2 generator? And if so, why isn't one being done already?
Maybe because it's hard work and we're only volunteers... contributions are welcome.
At work (i.e. not JHipster) we've started making a prototype of an app based on angular 2 and typescript, this is a big change from an angular 1 app written in JS. We tried angular-material 2 but abandoned it as it is far from being usable now, we also tried polymer but found we've had enough on our plate with ng2 to add more learning curve.
Is there an "Idiot's Guide to Writing a JHipster Generator" doc?
Most of the docs seem to be for using JHipster...
It depends on what you want to do.
For the generator itself, we have a contributing guide and of course the yeoman docs.
Now if you want to build something simple, you can create jhipster module: https://jhipster.github.io/modules/creating-a-module/
Hi everyone,
Congratulations for this great tool.
I've seen than Angular 2 is right now in Release Candidate state...
https://github.com/angular/angular/blob/master/CHANGELOG.md
I hope you can end JHipster's integration soon... Have you got any release date in mind?
Final release version of Angular 2, the full-platform successor to Angular 1 is now available !
http://angularjs.blogspot.in/2016/09/angular2-final.html
we are already working on it check #3664
Most helpful comment
Hi everyone,
Congratulations for this great tool.
I've seen than Angular 2 is right now in Release Candidate state...
https://github.com/angular/angular/blob/master/CHANGELOG.md
I hope you can end JHipster's integration soon... Have you got any release date in mind?