I used Angular 1 for two years, the glimpses I had of A2 were scary! Then I read that Rob had left to start a new framework, and he made it to 1.0 before A2 did
I love it, I've used it for 3 projects now and it's so sweet! Clean as can be and ES6 thru and thru. They even give you app skeletons that work with webpack so that your production builds are done without you having to do more than switch from: npm start to: npm run build:prod
https://github.com/aurelia/ske...
They also hook up babel for you, so that you can write ES6 and run as ES5 -- and they support Typescript as a first class citizen if you're into that
There's a site here: http://builtwithaurelia.com/ that can let you look at source code for different things pretty quickly
Anyway, I can't say enough good things about it - try it, you'll like it !!
I used Angular 1 for two years, the glimpses I had of A2 were scary! Then I read that Rob had left to start a new framework, and he made it to 1.0 before A2 did I love it, I've used it for 3 projects now and it's so sweet! Clean as can be and ES6 thru and thru. They even give you app skeletons that work with webpack so that your production builds are done without you having to do more than switch from: npm start to: npm run build:prod https://github.com/aurelia/ske... They also hook up babel for you, so that you can write ES6 and run as ES5 -- and they support Typescript as a first class citizen if you're into that There's a site here: http://builtwithaurelia.com/ that can let you look at source code for different things pretty quickly Anyway, I can't say enough good things about it - try it, you'll like it !!