-
Notifications
You must be signed in to change notification settings - Fork 394
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
feature: support for awilix DI #656
Comments
I think probably not only Basically DI indipentant. |
I just found this package and this is how I am using it with TSyringe
And then in app.ts/index.ts
|
You are free to use whatever DI lib you want as long as it complies with the typedi contracts, just as @thanipro showed. @NoNameProvided I think since the package provides the IocAdapter interface, we can close this. |
Yes, as all above me said, currently routing-controllers don't depend on any specific typedi functionality. You can use any other lib with the In the future, we may use stricter integration which may disallow some other packages, but currently, we don't. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
I do not see any support for awilix for dependency Injection.
The text was updated successfully, but these errors were encountered: