web-remote/src/app/components/service/service-list/service-list.component.html

8 lines
181 B
HTML

<openlp-service-item
*ngFor="let item of items"
[item]="item"
[selected]="item.selected"
(selectItem)="onItemSelected($event)"
[tabindex]="item.id"
></openlp-service-item>