Member Junction
    Preparing search index...
    MJ_PRE_SHELL_GUARD: InjectionToken<PreShellGuard | null> = ...

    Injection token for the pre-shell guard. Defaults to null (no guard). Uses providedIn: 'root' with a null factory so it is optional — consumers that don't provide a guard get null injected automatically.