Member Junction
    Preparing search index...

    Inert double for <mj-loading> (LoadingComponent in @memberjunction/ng-shared-generic).

    Mirrors the real component's public inputs (text, showText, size, plus the cosmetic animation/color knobs) so any template binding compiles. Renders <span class="stub-loading">{{ text }}</span> — assert presence/absence via the mj-loading element or the .stub-loading hook.

    Note: size/animation are typed as plain string (the real component uses literal unions) so the stub stays permissive; the real component remains the source of truth.

    Index

    Constructors

    Properties

    animation: string = 'pulse'
    animationDuration: number = 1.5
    logoColor: string = ''
    showText: boolean = true
    size: string = 'auto'
    text: string = 'Loading...'
    textColor: string = ''