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

100% Statements 11/11
100% Branches 2/2
100% Functions 1/1
100% Lines 4/4

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  25x 19804x   19804x 25x  
<div class="command-center">
    <p-select id="command_signal_selector"
    [options]="signalIds" [(ngModel)]="selectedSignalId" [filter]="true" [showClear]="true" placeholder="Select a signal to command"></p-select>
 
    <app-signal-command *ngIf="signal !== undefined" [signal]="signal" [canUnForce]="true"></app-signal-command>
</div>