constructor()

in src/app/quiz/quiz.component.ts [110:114]


  constructor() {
    effect(() => {
      if (this.isGameOver()) confetti();
    });
  }