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

8 lines
181 B
HTML
Raw Normal View History

2021-09-06 07:11:19 +00:00
<openlp-service-item
*ngFor="let item of items"
[item]="item"
[selected]="item.selected"
2022-12-21 16:27:47 +00:00
(selectItem)="onItemSelected($event)"
2021-09-06 07:11:19 +00:00
[tabindex]="item.id"
></openlp-service-item>