File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
lesson_03/quiz/src/quizzes Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -15,32 +15,6 @@ export const Quizzes = Symbol.for('Quizzes');
15
15
16
16
// Add your quiz provider here.
17
17
18
- const QUIZ_PROVIDERS = [
19
- AnthonyMaysQuiz ,
20
- YafiahAbdullahQuiz ,
21
- AnotherQuiz ,
22
- JosephCaballeroQuiz ,
23
- OyeyemiJimohQuiz ,
24
- ChigazoGrahamsQuiz ,
25
- AmiyahJonesQuiz ,
26
- LjMcwilliamsQuiz ,
27
- ] ;
28
-
29
- @Module ( {
30
- providers : [
31
- ...QUIZ_PROVIDERS ,
32
- {
33
- provide : Quizzes ,
34
- useFactory : ( ...args ) => [ ...args ] ,
35
- inject : QUIZ_PROVIDERS ,
36
- } ,
37
- ] ,
38
- } )
39
- export class QuizzesModule { }
40
-
41
- export const Quizzes = Symbol . for ( 'Quizzes' ) ;
42
-
43
- // Add your quiz provider here.
44
18
const QUIZ_PROVIDERS = [
45
19
AnthonyMaysQuiz ,
46
20
YafiahAbdullahQuiz ,
@@ -51,7 +25,6 @@ const QUIZ_PROVIDERS = [
51
25
DasiaEnglishQuiz ,
52
26
ChigazoGrahamsQuiz ,
53
27
AmiyahJonesQuiz ,
54
- LjMcwilliamsQuiz ,
55
28
XavierCruzQuiz ,
56
29
LjMcwilliamsQuiz ,
57
30
] ;
You can’t perform that action at this time.
0 commit comments