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

    Interface ContainerOptions

    Container creation options.

    interface ContainerOptions {
        autoRegister: boolean;
        defaultScope: Scope;
    }
    Index

    Properties

    autoRegister: boolean

    Whether to automatically register an unregistered class when resolving it as a token.

    false
    
    defaultScope: Scope

    The default scope for registrations.

    Scope.Inherited