All files / app/component/action/inline-button inline-button.component.html

55.55% Statements 5/9
100% Branches 2/2
0% Functions 0/1
80% Lines 4/5

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 84x 2x 2x 2x        
@if (!acting && !minTimeout) {
  <span class="fake-link" (click)="act()">
  <ng-content></ng-content>
</span>
} @else {
  <app-loading [inline]="true"></app-loading>
}