Interface ContainerOptions

interface ContainerOptions {
    autoRegister?: boolean;
    defaultScope?: Scope;
    parent?: Container;
}

Properties

autoRegister?: boolean
defaultScope?: Scope
parent?: Container