You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For exact reference to each of the configurable fields, you may refer to the [conjoon.conf.json reference](conjoon.conf.json).
@@ -46,6 +47,15 @@ The [`services`](conjoon.conf.json#services)-section allows for configuring serv
46
47
If you are interested in how the ServiceLocator works with **conjoon**, you can follow [this guide](/docs/guides/servicelocator.md).
47
48
:::
48
49
50
+
### Dependency Injection Configuration
51
+
52
+
The [`ioc`](conjoon.conf.json#ioc)-section allows for configuring bindings for the **Inversion of Control**-container used in **conjoon**, making it possible to configure dependencies to the low-level API globally for the application instance.
53
+
54
+
:::info
55
+
If you are interested in how the **IoC**/**DI** works with **conjoon**, you can follow [this guide](/docs/guides/dependencyinjection.md).
56
+
:::
57
+
58
+
49
59
### Plugins
50
60
Plugins are divided into `application`- and `component`-plugins, and allow for altering the functionality of components and the application itself.
0 commit comments