@if (loading() && !hasData()) {

{{ texts.loading }}

} @else if (error() && !hasData()) {

{{ texts.errorTitle }}

{{ error() }}

} @else if (!hasData()) {

{{ texts.emptyTitle }}

{{ texts.emptyDesc }}

} @else {
@for (edge of graph().edges; track edge.id) { } @if (perf.virtualization) {
} @else { @for (node of graph().nodes; track node.id) {
}
}
@if (perfHud()) { }
}