@lppedd/di-wise-neo - v0.23.1
    Preparing search index...

    Function ContainerScoped

    • Class decorator that registers the decorated type with the Container scope.

      Use this scope when you want one cached instance per container, with parent-container lookup fallback.

      Example:

      @ContainerScoped()
      class Wizard {
      // ...
      }

      Type Parameters

      • This extends object

      Returns ClassDecorator<This>