Get the global service container, creating it if necessary.
The global service container instance
const container = getContainer();const config = container.configService.getConfig(); Copy
const container = getContainer();const config = container.configService.getConfig();
Get the global service container, creating it if necessary.