My project is pretty large and uses features strict towards AngularJS. I made a development framework in AngularJS which made development easier for CRUD based apps and planned on using it for all of my future objects but I'm stuck because I don't want to have to migrate all of these projects to Angular2 in the future and waste time :'(
On Saturday, April 9, 2016 at 12:23:45 AM UTC-4, Sander Elias wrote: > > Hi Dezmen, > > I don't know the size of your project, that does make (some) difference. > You can slowly migrate your current project towards Angular 2. You can even > run 1 and 2 in the same app. Look up ngForward, and ngUpgrade, both of > those are supported by the core team! Using those (or one of those) you > can gradually move your project to angular 2. > > Anther option is indeed take this as an opportunity to a complete rewrite > of your app, but it you probably need to support your old app, while > building the new version. That is something you need to take into account. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
