[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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I would personally use ContainerModule to distribute the responsibility of binding your services. |
Beta Was this translation helpful? Give feedback.
I would personally use ContainerModule to distribute the responsibility of binding your services.