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.
Inert double for
<mj-loading>(LoadingComponentin@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 themj-loadingelement or the.stub-loadinghook.Note:
size/animationare typed as plainstring(the real component uses literal unions) so the stub stays permissive; the real component remains the source of truth.