Questions about a ConfigService in documentation: https://docs.nestjs.com/techniques/configuration#service
See the class definition there:
export class ConfigService { /* ... */ }
Why there is no @Injectable decorator? Is there any reason or just a mistake? Has @Injectable decorator any impact on a fact the module that provides ConfigService
might be @Global?