Does anybody know an online service like jsfiddle.net, but for Angular Dart Code?
-
You can check the services listed in my answer to this question stackoverflow.com/questions/24167886 if they support Angular.dart.Günter Zöchbauer– Günter Zöchbauer2014-08-05 09:27:26 +00:00Commented Aug 5, 2014 at 9:27
-
possible duplicate of Is there somewhere to run Dart code interactively?Günter Zöchbauer– Günter Zöchbauer2014-08-20 07:20:56 +00:00Commented Aug 20, 2014 at 7:20
Add a comment
|
1 Answer
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! :)