[AngularJS] Re: Direct Focus to AngularJS or Angular 2

2016-04-09 Thread Dezmen Sykes
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

[AngularJS] Re: Direct Focus to AngularJS or Angular 2

2016-04-08 Thread Sander Elias
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 th