Scopes
constScopes:object
Defined in: packages/di-craft/src/core/scope/scope.ts:4
Built-in provider lifetimes.
Type Declaration
Section titled “Type Declaration”Scoped
Section titled “Scoped”
readonlyScoped:"scoped"="scoped"
Singleton
Section titled “Singleton”
readonlySingleton:"singleton"="singleton"
Transient
Section titled “Transient”
readonlyTransient:"transient"="transient"