Namespaces

@system-inc/base-foundation · 515c140 · 1 symbols

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 BaseRouter performs string equality comparisons against this value when resolving error tokens — a TypedInjectionKey instance would fail those checks.

View source ↗