UNPKG

nakedobjects.spa

Version:

Single Page Application client for a Naked Objects application.

7 lines (6 loc) 263 B
<th *ngIf="showAllCheckbox()"> <input type="checkbox" [id]="itemId()" [ngModel]="allSelected()" (click)="selectAll()" title="All" /> </th> <ng-container *ngIf="header"> <th *ngFor="let heading of header" scope="col">{{heading}}</th> </ng-container>