@if (data && data.length > 0) {
@for (column of displayedColumns; track column) {
{{ column.title }}
}
} @if (data.length === 0) {
}