All files / src/app/components/command-center command-center.component.html

100% Statements 10/10
100% Branches 4/4
100% Functions 1/1
100% Lines 6/6

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11  54x 20694x 10347x     20694x 216x   27x  
<div class="command-center">
  <p-select id="command_signal_selector"
    [options]="signalIdsToDisplay" [(ngModel)]="selectedSignalId" [filter]="true" [showClear]="true" placeholder="Select a signal to command"
    [virtualScroll]="true" [virtualScrollItemSize]="40"
    />
 
  @if (signal !== undefined) {
    <app-signal-command [signal]="signal" [canUnForce]="true"></app-signal-command>
  }
</div>