After having used AngularJS for some time I now found the Dart language and AngularDart which both look promising. However, my main concern is that AngularJS has a lot of awesome modules and I haven't found any resources, whether you are able to use those in AngularDart. Is it possible to inject services written in AngularJS into AngularDart controllers? Of course, they are untyped, but it's not a problem for me, the functionality is what matters the most.
Do you have any solutions(even if it involves some hack) for this?