@for (group of state.groups(); track group.id) {
Group
} @for (connection of state.connections(); track connection.id) { } @for (node of state.nodes(); track node.id) {
{{ node.text }}
}
@for (item of paletteItems; track item.text) {
{{ item.text }}
}