novx
    Preparing search index...

    Interface InjectableOptions

    Mark a class as injectable

    interface InjectableOptions {
        eager?: boolean;
        location?: string;
        module?: string;
        scope?: string;
    }
    Index

    Properties

    eager?: boolean
    location?: string
    module?: string
    scope?: string