DiPlugin(options?: DiPluginOptions): IPlugin
Creates the DiPlugin.
The plugin registers an IContainer under
CAPABILITIES.DI_CONTAINER at PLUGIN_PRIORITY.NORMAL. Other plugins
can then access it via ctx.container (lazily resolved by the kernel)
or ctx.services.get<IContainer>(CAPABILITIES.DI_CONTAINER).
optional
options: DiPluginOptions
Plugin configuration