Base class for Injection-aware classes that automatically pass along their configured container to instances created via their make method.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Instantiate a new injectable using the container.

    Type Parameters

    • T

    Parameters

    • target: any
    • Rest ...parameters: any[]

    Returns T