xInjection - v2.1.2
    Preparing search index...

    Interface ModuleBlueprintOptions

    interface ModuleBlueprintOptions {
        autoImportIntoAppModuleWhenGlobal?: boolean;
    }
    Index

    Properties

    autoImportIntoAppModuleWhenGlobal?: boolean

    When set to false you'll have to manually import this blueprint into the AppModule to make it available across all your modules.

    Defaults to true.