generator-angular-fullstack icon indicating copy to clipboard operation
generator-angular-fullstack copied to clipboard

Not an issue / but a generic question

Open ghost opened this issue 7 years ago • 12 comments

Please understand I completely like this generator. I think this will be great starting point.

As we progress to develop projects using angular and nodejs. We are looking for a generator that will continue to support Angular 1. As we see in fullstack it is currently moving to Angular 2 with version 5 that means not now but in near future Angular 1 would work but may not be area of focus.

I would want to understand if anyone is already aware of this - when is the tipping point. It maybe when majority of the contributors on this project feel that they are ready to move to Angular 2, but the start of the framework and 5.0.0 branch indicates that it is not too far.

Is my question relevant to this forum?

ghost avatar Dec 15 '16 10:12 ghost

Glad you're asking this question, because I'm in the same situation

stherrienaspnet avatar Dec 15 '16 13:12 stherrienaspnet

Once 5.0.0 is released, I will try to support 4.x.x as much as I can, but it always helps to have community support too 😉

Awk34 avatar Dec 15 '16 19:12 Awk34

Sorry if I may ask what is the timeline we should be looking for 5.0 to become mainstream and 4.x to kind of retire?

ghost avatar Dec 17 '16 01:12 ghost

@lazyspark I'm not sure. There's a lot I'd like to get done before 5.0.0 is released. As for 4.0.0, it will probably go into 'maintenance' mode. Everyone will still be free to submit PR's for 4.x.x, but I personally probably won't do any feature work for it.

Awk34 avatar Dec 17 '16 19:12 Awk34

Ive checked the Changelog but could not Clarify what are the Main Changes between 3.x 4.x 5.x ? Iam using 3.x and see much changes but they effect mostly 4.x and soon 5.x. So what are the Changes from 3 to 4? ( Only Webpack? I thought it was for Angular2.x?) 4 to 5?

atodicebear avatar Dec 19 '16 09:12 atodicebear

@atodicebear I believe the changelog spells it out pretty well: https://github.com/angular-fullstack/generator-angular-fullstack/blob/master/CHANGELOG.md#400-2016-08-08

5.0.0 is still in flux. Mainly moving to Angular 2

Awk34 avatar Dec 19 '16 14:12 Awk34

Is this an opportunity to separate the backend generator from the frontend generator? This way both can evolve separately?

ghost avatar Dec 21 '16 11:12 ghost

@lazyspark that's never been the intent of this generator, and probably will be the opposite of the direction we move towards. It is a full-stack generator. I aim to achieve even tighter coupling between the front-end and back-end.

Awk34 avatar Dec 21 '16 16:12 Awk34

@Awk34 as things move in Angular 2 direction will it would impact how backend is structured right?

For example you may have more of TypeScript given that Angular 2 is TypeScript first. There will be services around AOT and others

ghost avatar Dec 21 '16 21:12 ghost

@lazyspark The back-end structure shouldn't change for the most part. The only big change I see is splitting the Mongo schema files out so that they can be used for validation on both the front-end and back-end.

I would also like to have Angular AOT & Universal implemented before 5.0.0 is released.

Awk34 avatar Dec 22 '16 17:12 Awk34

Where is the repo for 5.0.0 alpha?

Jscott388 avatar Jul 20 '17 19:07 Jscott388

The branch name is canary :)

On Thu, Jul 20, 2017 at 3:21 PM, Joshua Scott [email protected] wrote:

Where is the repo for 5.0.0 alpha?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/angular-fullstack/generator-angular-fullstack/issues/2406#issuecomment-316804159, or mute the thread https://github.com/notifications/unsubscribe-auth/AF19cfpuP6eJXy3dMeQ9jR2COWjZgYC_ks5sP6i6gaJpZM4LN9ID .

--

stherrienaspnet avatar Jul 21 '17 00:07 stherrienaspnet