Back to Kavita

Edit List.Component

UI/Web/src/app/shared/edit-list/edit-list.component.html

0.9.0267 B
Original Source

@for(item of ItemsArray.controls; let i = $index; track item; let last = $last) {

{{label}} @if (item.dirty && item.touched && errorMessage) { @if (item.status === "INVALID") { {{errorMessage}} } }

{{t('common.remove')}} @if (last){ {{t('common.add')}} }

}