forgemo
forgemo

Reputation: 4884

Is there something like jsfiddle.net for Angular Dart?

Does anybody know an online service like jsfiddle.net, but for Angular Dart Code?

Upvotes: 5

Views: 190

Answers (1)

Danny Tuppeny
Danny Tuppeny

Reputation: 42333

I've been through many services that claim to let you run Dart online, and it seems that:

  • None support Angular (easily, anyway)
  • Most require signups
  • Some are outright broken

So, I think the answer is no :(

However, just this morning I wondered the same thing; and if I ever get time (which I won't), I think it'd make an interesting open source Dart project! :)

Upvotes: 3

Related Questions