I know a bit about Angular.js, but I want to teach myself Dart and Angular.dart now. I'm a bit curious what the differences between the two are, though. The Angular.dart tutorial specifically says it won't compare the two. Does anyone who has used both have a perspective on what the differences are?
closed as too broad by George Stocker♦ Jan 28 at 16:13There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||||||
|
AngularDart and AngularJS are both maintained by the Angular team. We've taken a lot of knowledge from the JS side and applied it to Dart. We have also taken a lot of code and ported it straight to the Dart world. At a technical level, in the core of Angular:
There may be other differences, but that is a good list to get you started. |
|||||||||||||||||||||
|
So the first difference is pretty obvious: While Also the Angular team recently shared some insights on what's planned for Angular 2.0. I bet most of those things will first land in |
|||||
|
This article lists several differences: ANGULARDART FOR ANGULARJS DEVELOPERS. INTRODUCTION TO THE BEST ANGULAR YET. |
||||
|