Back to Angular

Signals Visualizer.Component

devtools/projects/ng-devtools/src/lib/shared/signals-visualizer/signals-visualizer.component.html

22.1.0-next.0401 B
Original Source

@let hasExpandedClusters = expandedClusters().length; @if (!searchExpanded()) { search } @else {

info close } @if (hasExpandedClusters || highlightedNodeLabel()) { @if (hasExpandedClusters) {

Expanded nodes

@for (cluster of expandedClusters(); track cluster.id) { close{{ cluster.name }} } } @if (highlightedNodeLabel(); as nodeLabel) {

Highlighted dependencies

close{{ nodeLabel }} } }