vlocode-project - v2.4.5
    Preparing search index...

    Interface InjectConstruction

    Constructor arguments recorded by inject.new.

    The container uses this metadata to create the injected dependency through the active container instead of resolving an existing registered instance.

    interface InjectConstruction {
        args: any[];
    }
    Index

    Properties

    Properties

    args: any[]

    Positional constructor arguments passed to the injected type.