In this document:
http://angularjs.blogspot.com.au/2014/03/angular-20.html
It says:
How does AngularJS 2 relate to AngularDart? When porting AngularJS to the Dart language, we build a new version of Angular using all the learnings we’d acquired to date. Many of the improvements discussed in this document like improved Directive concepts and syntax and class/annotation-based DI are already present there.
While the implementation isn’t what we’ll arrive at for 2, it’s a great preview of what’s to come.
We’ll be upgrading AngularDart as we build AngularJS 2 so folks who prefer the Dart language can enjoy the same benefits as folks on JS. Our goal is that there will be a single framework with your choice of language.
We are starting a new Angular project, given the above, would it be better to use AngularDart?
We have considered React+Flux+... but we like the templating of Angular.
Thanks, Ashley.