In my previous question, I asked why one would choose Angular as a framework and was shown the light by @KapuzenSohn. The routing and two-way binding seems like great features as well as the templating functionality, eg ng-repeat, ng-submit and the fact that it has Polymer built-in.
My question, seeing as Angular Dart 1 is in the process of being rewritten, is it worth starting a new project with Angular Dart 1 and then migrating it to Angular Dart 2 or will Angular Dart 2 be completely different ?
Also, what is the estimated time of arrival for Angular Dart 2?
Lars
German developer, who likes to play with everything that comes in his way
As far as I know the release will be next year. But you can use angular 1.4 with angular 2 in the same application. This means you can prepare for the next release and move one part at a time to angular 2. I recommend angular 1.4 with TypeScript.