angularJS vs angular 2 for new project [closed]

We were in the same situation for the brand new project. We decide to stick with Angular 1, because:

  1. Fast forward. We have very thin deadlines. We must deliver and we have knowledge how do it with Angular 1.
  2. Angular 1 is production ready. Although Angular 2 isn’t a problem, but all around Angular 2 it’s. ui-router is in alpha, some modules doesn’t exists for Angular 2.
  3. Overhead. AMD or SystemJS has huge overhead in comparison to oclazyload. We don’t have knowledge out-the-box how to strip weight down with Angular 2. We don’t have time to figure every aspect for Angular 2.

So, I think, if your poject plan is around 2 years or more – choose Angular 2. For fast forward stick with what you know.

Leave a Comment