[question] How to design the IoC container in multi type services? #1580
|
I have a project as follows: I am currently designing to use an IoC container to decouple the definitions under Or should only one container be created, for example: then register all services to this one IoC container? |
Answered by
notaphplover
Oct 21, 2024
Replies: 1 comment
|
I would personally use ContainerModule to distribute the responsibility of binding your services. |
0 replies
Answer selected by
liaodalin19903
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would personally use ContainerModule to distribute the responsibility of binding your services.