dart-archive / angular.dart

Legacy source repository. See github.com/dart-lang/angular
https://webdev.dartlang.org/angular/
1.25k stars 248 forks source link

AngularDart vs Angular2 for Dart #1711

Open cgarciae opened 9 years ago

cgarciae commented 9 years ago

AngularDart works although it still has many issues (literally in the github repo), doesn't have the nice UI stuff, etc. As stated in the Ng-conf Angular2 has both the Dart and JS Angular teams working on the same project, and Dart will be a "first class citizen", but its still in beta.

On mid-term where should I put my money?

zoechi commented 9 years ago

Angular.dart is almost orphaned. They put all effort into Angular 2. I haven't tried Angular 2 yet but as soon as it becomes halfway usable I'm sure it's better to go with Angular 2. Angular.dart seems to be mostly the prototype for Angular 2.

bbss commented 9 years ago

I've been trying out Angular2 with Dart and been pretty happy so far, it's definitely "halfway usable", even though still tagged as alpha. Also I believe it has been said that the first Angular2 apps within Google will start being built as soon as May.

On Fri, Apr 17, 2015 at 2:30 PM Günter Zöchbauer notifications@github.com wrote:

Angular.dart is almost orphaned. They put all efforts into Angular 2. I haven't tried Angular 2 yet but as soon as it becomes halfway usable I'm sure it's better to go with Angular 2. Angular.dart seems to be mostly the prototype for Angular 2.

— Reply to this email directly or view it on GitHub https://github.com/angular/angular.dart/issues/1711#issuecomment-93908849 .

zoechi commented 9 years ago

@bbss Thanks a lot for the feedback!