MCPcopy
hub / github.com/nestjs/nest / GlobalDepsModule

Class GlobalDepsModule

integration/injector/e2e/injector.spec.ts:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 class RequestScopedDependency {}
37
38 @Global()
39 @Module({
40 providers: [FirstGlobalDependency, SecondGlobalDependency],
41 exports: [FirstGlobalDependency, SecondGlobalDependency],
42 })
43 class GlobalDepsModule {}
44
45 @Injectable()
46 class SharedService {

Callers

nothing calls this directly

Calls 2

GlobalFunction · 0.90
ModuleFunction · 0.90

Tested by

no test coverage detected