chamberin
chamberin

Reputation: 561

Angular.dart + polymer.dart to js?

Can I develop an app in Angular.dart + Polymer.dart and translate it to JS code? because as far I know, browsers cannot understand dart language yet.

I know there is a dart2js tool, but I don't know if it supports angular framework.

Thanks in advance.

Upvotes: 1

Views: 94

Answers (1)

Günter Zöchbauer
Günter Zöchbauer

Reputation: 658037

You can translate Angular.dart and Polymer.dart apps to JavaScript to run them in modern browsers (Chrome, FireFox, Safari, Opera, mobile)
but as far as I know there are still some issues when using Angular.dart and with Polymer.dart together (when binding attributes/event handlers from one to the other).

Upvotes: 1

Related Questions