@for (_ of [].constructor(columnCount() * rowCount()); track $index) { @if(selectedCell() == $index) {
} @else {
} }
@for(_ of [].constructor(rowCount()); track $index) {
{{ alphabet[$index] }}
{{ alphabet[$index] }}
}
@for(_ of [].constructor(columnCount()); track $index) {
{{ $index + 1 }}
} @for(_ of [].constructor(columnCount()); track $index) {
{{ $index + 1 }}
}