angular.dart icon indicating copy to clipboard operation
angular.dart copied to clipboard

Need to widen dependencies

Open archerface opened this issue 10 years ago • 2 comments

I have had the following issues with using Angular Dart. From my investigation and collaboration, I have found that Angular Dart needs to expand dependencies. Here is the link to the Dart issue: http://dartbug.com/23004 Here is the link to the Stack Overflow question: http://stackoverflow.com/questions/29282367/dart-editor-cant-retrieve-dependencies-with-pub

archerface avatar Mar 27 '15 06:03 archerface

+1

austincummings avatar Mar 31 '15 20:03 austincummings

For anyone still battling this, did a bit of digging and it looks like not much love is being given to Angular for Dart now that Angular2 for Dart is in development. It does look like you can resolve dependency issues using the Angular2 alpha with the latest web_components, etc:

https://pub.dartlang.org/packages/angular2

erikreinert avatar Apr 20 '15 08:04 erikreinert