-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: reflection doesn't work with param decorators #6
Labels
bug
Something isn't working
Comments
Fix in v0.3.0 |
gonna test it ASAP ! keep rockin @abraham 💪 |
Note that |
Nice! |
Interesting, on codesandbox it still doesn't work :-/ but locally all good |
Interesting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after #3 was closed, injection-js will pass although app will error out.
Everything is annotated properly ( I have tests for it and it works with reflect-metadata )
Issue might be with injecting non Class references via
@Inject()
param decorator. Just shooting in the dark here...axios-http source:
https://github.com/Hotell/axios-http/blob/master/src/interceptor.ts#L49-L52
You can test it here:
https://codesandbox.io/s/6zx71n084n
The text was updated successfully, but these errors were encountered: