diff --git a/libs/goal/src/lib/components/category-filter/category-filter.component.html b/libs/goal/src/lib/components/category-filter/category-filter.component.html index 19375f1c..cd5aab39 100644 --- a/libs/goal/src/lib/components/category-filter/category-filter.component.html +++ b/libs/goal/src/lib/components/category-filter/category-filter.component.html @@ -1,5 +1,5 @@ - All categories + All @for (category of _categoryBlocks; track category.id; let last = $last) { {{ category.title }} }