@if (controlsLoaded()) { @if (controller().directiveMetadata?.dependencies.length > 0) {
Injected Services open_in_new
} @for (index of categoryOrder; track $index) {
@let panel = panels()[index]; @if (!panel.hidden) { {{ panel.title }} open_in_new }
}
}