diff --git a/devtools/projects/ng-devtools/src/lib/devtools-tabs/directive-explorer/directive-forest/directive-forest.component.html b/devtools/projects/ng-devtools/src/lib/devtools-tabs/directive-explorer/directive-forest/directive-forest.component.html
index 39e3e162ae9..dee01c77597 100644
--- a/devtools/projects/ng-devtools/src/lib/devtools-tabs/directive-explorer/directive-forest/directive-forest.component.html
+++ b/devtools/projects/ng-devtools/src/lib/devtools-tabs/directive-explorer/directive-forest/directive-forest.component.html
@@ -37,39 +37,41 @@
}
{{ node.name }}
- @if (node.directives) {
- [{{ node.directives }}]
- }
- @if (isSelected(node)) {
- == $ng0
- }
+ @if (node.directives) {
+ [{{ node.directives }}]
+ }
+ @if (isSelected(node)) {
+ == $ng0
+ }
- @switch(node.hydration?.status) {
- @case('hydrated') {
-
{{node.hydration.expectedNodeDetails}}
- }
- @if(node.hydration.actualNodeDetails) {
- {{node.hydration.actualNodeDetails}}
+ @switch (node.hydration?.status) {
+ @case ('hydrated') {
+ {{node.hydration.expectedNodeDetails}}
+ }
+ @if (node.hydration.actualNodeDetails) {
+ {{node.hydration.actualNodeDetails}}
+ }
+