@if (!applicationEnvironment.frameSelectorEnabled || frameManager.selectedFrame() !== null) {
@let componentsVisible = activeTab() === 'Components'; @let profilerVisible = activeTab() === 'Profiler'; @defer (when profilerVisible; prefetch on idle) { } @let routerTreeVisible = activeTab() === 'Router Tree'; @defer (when routerTreeVisible; prefetch on idle) { } @let injectorTreeVisible = activeTab() === 'Injector Tree'; @defer (when injectorTreeVisible; prefetch on idle) { }
}
@if (!profilingNotificationsSupported) { } @if (supportedApis().routes) { } @if (supportedApis().signals) { }
library_books Guide launch GitHub bug_report Issues