4
iRobot
8y

Angular 1.x V Angular 2 ! Which one do you prefer ?
Saw the enhancements in V.2 they are way off the initial base ...

Comments
  • 1
    Two way binding is a little weird in a2...
  • 0
  • 0
  • 2
    There is a real soon v2 is so different. angular 1 focused on making JavaScript web apps easily testable, Angular 2 brings a much more component based approach to Angular. It still has the same basic idea with its bindings, but it makes things a lot easier to read/build and much more maintainable. Angular 2 all the way
  • 1
    @dev0urer totally agreed. Not to mention the use of TypeScript allowing you to use the latest ECMAScript standard and enforce type checking.
  • 0
    Ng2 all the way! The conundrum is if your working on a production app, do you use ng2 which is better, but will be much slower due to learning curve and new-ness. Or do you use ng1 which you are fast at developing, but has plenty of pitfalls as we all have seen
Add Comment