@djodjonx/wiredi
    Preparing search index...

    Interface TsyringeProviderOptions

    Configuration options for TsyringeProvider

    interface TsyringeProviderOptions {
        useChildContainer?: boolean;
    }
    Index

    Properties

    useChildContainer?: boolean

    Use a child container instead of the provided container Useful for isolating registrations in tests or modules

    false