Hierarchical DI API (similar to Angular or NestJS) #1525
carlossalasamper
started this conversation in
Show and tell
Replies: 1 comment
-
Hello, this is actually great. modules are a very cool feature and something that's missing in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋
I have been working on an API on top of inversify to manage multiple containers hierarchically in the same way Angular or NestJS do this.
I think I have achieved a nice result under the name inversify-sugar.
This is simply an API I have been missing for years to continue using inversify but in a more elegant way.
https://github.com/carlossalasamper/inversify-sugar
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions