Alternative to AngularDart Batarang

Do you know a good Angular.dart alternative for Angular.js Batarang ? It would be much easier to debug areas, bindings.

+7
angularjs dart angular-dart batarang
source share
2 answers

Angular.dart does not currently offer graphical debugging tools, but it does provide an introspection API that can be used in the Chrome Developer Console.

https://github.com/angular/angular.dart/blob/master/lib/introspection.dart

+5
source share

I have not heard, but it would be great.

0
source share

All Articles