Hacker News new | ask | show | jobs
by skybrian 2879 days ago
AngularDart is a hard fork. You shouldn't compare version numbers with original Angular since they are independent projects now.
1 comments

I wasn't aware of this , thanks for the info.

Nonetheless , the API seem to be behind the original. Hence interop with JavaScript seems incredibly messy and time consuming.

Even the APIs are not necessarily related anymore. AngularDart is an entirely independent project in every way. I'm a long-time AngularDart dev, and the JS interop thing isn't as important as you'd think. For one thing, it's actually not that hard to do, and for another, you don't need to very often at all, since Dart covers so much of what external JS packages do.