-
Notifications
You must be signed in to change notification settings - Fork 25
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
Simplify dependency injection syntax in constructor with Reflect API #102
Comments
Thanks for suggestion @ThoHoh I'll take a look at this one. Looks like an interesting topic to learn. I'll reach out if I have any questions. |
@Tolowe Please let me know if you're currently working on it or not. If not, I'll implement that on this weekend. |
@ThoHoh I didnt make it very far on this one - go for it. Sorry about that. |
@Tolowe That's okay, we all have things to do apart from open source :D. I'm gonna roll it out soon. |
@ThoHoh I'd suggestion you re-consider the use Here's a link to the original issue: inversify/InversifyJS#737 Or you could possibly implement this feature, as a feature that would work if |
@DonJayamanne Hello Don. Yes I totally agree with your suggestion. I had this in my mind at the beginning. It's really easy to implement. |
Implementing this feature is a great way to learn Reflect API and Typescript decorators. I've provided link to a great article on this topic.
Typescript Decorators and Reflect API
The text was updated successfully, but these errors were encountered: