@for (connection of viewModel.connections; track connection.id) { } @for (node of viewModel.nodes; track node.id; let index = $index) {
{{ node.text }}
}