Skip to main content

InjectionContext

Defined in: src/lib/di/types.ts:21

Injection context that tracks the current service being constructed.

Properties

PropertyTypeDescriptionDefined in
moduleNamestringThe name of the module being initializedsrc/lib/di/types.ts:23
serviceNamestringThe name of the service class being constructedsrc/lib/di/types.ts:25
validSourcesSet<string>Names of modules that are valid injection sources (dependencies + self)src/lib/di/types.ts:27