-
Notifications
You must be signed in to change notification settings - Fork 248
Illegal argument exception binding RouteInitializerFn to implementation when angular transformer is enabled under dart-1.5.1 #1192
Comments
Try annotating your TestRouter with @Injectable(). I haven't checked but I
|
@markovuksanovic That actually fixes it. Thanks! I completely forgot about the annotations in the hunt for the cause of this problem. I was thrown off it because it used-to-work™. |
I'm getting the following error when using the angular transformer in pubspec.yaml under dart-1.5.1 with the code below. Removing the transformer "fixes" the problem. Error does not occur in dart-1.4.
main.dart
index.html
pubspec.yaml
The text was updated successfully, but these errors were encountered: