Namespaces
@system-inc/base-foundation · 515c140 · 1 symbols
BaseInjections
namespace
System level injections allow Base applications or modules to provide dependencies to Base via Providers.
Members
DeferredActions:TypedInjectionKey<DeferredActions>The Injection Token for the per-request DeferredActions implementation. Resolves to the current request's deferred executor — use it to schedule work that runs after the response has been returned.
ResponseTransformer:"BaseInjections.ResponseTransformer"The Injection Token for the ResponseTransformer implementation.
Kept as a string token because
BaseRouterperforms string equality comparisons against this value when resolving error tokens — aTypedInjectionKeyinstance would fail those checks.