diff --git a/generators/angular/templates/src/main/webapp/app/admin/metrics/blocks/metrics-modal-threads/metrics-modal-threads.component.html.ejs b/generators/angular/templates/src/main/webapp/app/admin/metrics/blocks/metrics-modal-threads/metrics-modal-threads.component.html.ejs
index 33b9569d0350..495654e1d0cd 100644
--- a/generators/angular/templates/src/main/webapp/app/admin/metrics/blocks/metrics-modal-threads/metrics-modal-threads.component.html.ejs
+++ b/generators/angular/templates/src/main/webapp/app/admin/metrics/blocks/metrics-modal-threads/metrics-modal-threads.component.html.ejs
@@ -24,40 +24,40 @@
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
@for (thread of getThreads(); track $index) {
diff --git a/generators/angular/templates/src/main/webapp/app/shared/filter/filter.component.html.ejs b/generators/angular/templates/src/main/webapp/app/shared/filter/filter.component.html.ejs
index 5dc11f12d6a3..7cd118e0a0f5 100644
--- a/generators/angular/templates/src/main/webapp/app/shared/filter/filter.component.html.ejs
+++ b/generators/angular/templates/src/main/webapp/app/shared/filter/filter.component.html.ejs
@@ -1,13 +1,13 @@
@if (filters.hasAnyFilterSet()) {
__jhiTranslateTag__('entity.filters.set')
-
+
@for (filterOption of filters.filterOptions; track filterOption.name) {
@for (value of filterOption.values; track value) {
-
{{ filterOption.name }}: {{ value }}
-
+
}
}