This repository has been archived by the owner on Dec 6, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
Ability to inject parameterized type with non primitive #170
Comments
Any ideas? |
Would it work better if your class really depends on the generic type ? |
What do you mean? |
I am depending on it |
|
Yes this example is a stripped down version of my example code but the main issue is if i depend on
it works
it does not |
All the test cases use I'm not sure if this can be fixed for now, a more robust implementation depends on a bug being fixed in dart2js (see Allow injecting typedef'd dependencies #106) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible for the following to be made possible as currently i recieve the following error:
No provider found for GenericClass! (resolving IndexComponent -> IndexComponent -> GenericClass)
But it works if I use string instead of TestClass
My code:
The text was updated successfully, but these errors were encountered: