Back to Angular

Signals Visualizer.Component

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

22.0.0-next.10340 B
Original Source

@let hasExpandedClusters = expandedClusters().length; @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 }} } }