@if (error()) {
error {{ error() }}
} @if (loading()) {

Loading quizzes...

} @else if (quizzes().length === 0) {
quiz

No quizzes yet

Create your first quiz to get started.

} @else {
@for (quiz of quizzes(); track quiz._id) { }
Title Questions Timer Category Created Actions
{{ quiz.title }} {{ quiz.totalQuestions }} {{ quiz.timer }} min {{ quiz.category || '—' }} {{ quiz.createdAt | date:'mediumDate' }}
}