@if (options()?.searchable ?? true) {
@if (searchControl.value) { }
}
@if (node.expandable) { } @else { }
@if (loading$ | async) {
} @if (error()) {
🐞
{{ error() }}
}