-
+ @for (
+ item of system | keyvalue | tuiFilter: bySearch : search;
+ track $index
+ ) {
+
+ } @empty {
+ Nothing found
+ }
-
+ @for (
+ item of (services$ | async) || [] | tuiFilter: bySearch : search;
+ track $index
+ ) {
+
+ } @empty {
+ Nothing found
+ }
-