Skip to main content
edited tags
Link
Günter Zöchbauer
  • 661.4k
  • 235
  • 2.1k
  • 1.6k
Source Link
vsp
  • 916
  • 7
  • 15

AngularJS style programming in Dart?

Does anybody know a library or project that allows for an AngularJS style of programming in Dart?

I'd like to be able to create annotated HTML files for declaring my UI instead of imperatively instantiating everything like in SWT. Also, features like data binding would be helpful. Can I use Dart for that instead of JS?