Discovering the Dart language and AngularDart after working with AngularJS has been exciting. However, my biggest concern is whether AngularDart supports all the amazing modules that AngularJS offers. I haven't been able to find any information on whether you can use AngularJS services in AngularDart controllers. Is there a way to inject AngularJS services into AngularDart controllers? Even if they are untyped, I am more focused on functionality than strict typing.
If anyone has found solutions, even if it involves a workaround or hack, please share!