angular.dart.tutorial
angular.dart.tutorial copied to clipboard
Chapter 7 makes no mention of sdkDirectory parameter that is required by angular transformer.
See related angular bug: https://github.com/angular/angular.dart/issues/1610
I don't think that this is something required by Angular.dart but by pub in general. Most of the time pub can infer the location of the SDK, if not it will give an error message.
This question has already been discussed, either on SO or on the angular.dart issue tracker.
Edit: still it would be good to mention this in the tutorial
Thanks for the explanation vic.
Here is a related Dart bug http://dartbug.com/21225