We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fea3e commit 25125d7Copy full SHA for 25125d7
projects/showcase/src/app/feature/example/basic/basic.component.ts
@@ -67,8 +67,8 @@ import { TodoSkeletonComponent } from '../../../ui/todo-skeleton/todo-skeleton.c
67
</div>
68
69
<div class="relative flex flex-col gap-4">
70
- <showcase-todo-skeleton [repeat]="4" />
71
@if (todos.loadingInitial()) {
+ <showcase-todo-skeleton [repeat]="4" />
72
} @else {
73
@for (todo of todos.values(); track todo.id) {
74
<showcase-todo-item
0 commit comments