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.
2 parents 64e291a + 7e50490 commit 521f984Copy full SHA for 521f984
lesson_03/quiz/src/quizzes/quizzes.module.ts
@@ -2,6 +2,8 @@ import { Module } from '@nestjs/common';
2
import { AnotherQuiz } from './another_quiz.js';
3
import { AnthonyMaysQuiz } from './anthony_mays_quiz.js';
4
import { DylanLaffertyQuiz } from './Dylan_Lafferty_quiz.js';
5
+=======
6
+
7
import { Jbeyquiz } from './jbeyquiz.js';
8
9
export const Quizzes = Symbol.for('Quizzes');
@@ -14,6 +16,7 @@ const QUIZ_PROVIDERS = [
14
16
DylanLaffertyQuiz,
15
17
Jbeyquiz,
18
];
19
+const QUIZ_PROVIDERS = [AnthonyMaysQuiz, AnotherQuiz, Jbeyquiz];
20
21
@Module({
22
providers: [
0 commit comments