InjectionContext
Defined in: src/lib/di/types.ts:21
Injection context that tracks the current service being constructed.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
moduleName | string | The name of the module being initialized | src/lib/di/types.ts:23 |
serviceName | string | The name of the service class being constructed | src/lib/di/types.ts:25 |
validSources | Set<string> | Names of modules that are valid injection sources (dependencies + self) | src/lib/di/types.ts:27 |