Is strange using signals with *ngIf directive, use control flow syntax @if;
Also for clarity in your template you can use
@let personIsOffline = isAliceOffline().
Is better approach the computed to evaluate
the status ***** === 'offline'.
Take considerations, the computed will be executed once.