File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
lesson_10/libraries/src/loaders Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
1
import { Module } from '@nestjs/common' ;
2
- < < < << << HEAD
2
+
3
+
3
4
import { AngelicaCastilloLoader } from './angelica_castillo_loader.js' ;
4
- === === =
5
5
import { HummadTanweerLoader } from './hummad_tanweer_loader.js' ;
6
- >>> >>> > 3 c9aee8 ( Feat : Fixed two files for lesson 10 by Hummad Tanweer )
7
6
import { AnthonyMaysLoader } from './anthony_mays_loader.js' ;
8
- < < < << << HEAD
9
7
import { JamesCapparellLoader } from './james_capparell_loader.js' ;
10
8
import { NileJacksonLoader } from './nile_jackson_loader.js' ;
11
9
import { XavierCruzLoader } from './xavier_cruz_loader.js' ;
12
- === === =
13
- >>> >>> > c255235 ( resloved conflicts )
10
+
14
11
15
12
export const Loaders = Symbol . for ( 'Loaders' ) ;
16
13
17
14
// Add your quiz provider here.
18
- < < < << << HEAD
19
- < << << << HEAD
20
15
const LOADER_PROVIDERS = [
21
- AnthonyMaysLoader ,
22
16
AngelicaCastilloLoader ,
17
+ AnthonyMaysLoader ,
18
+ HummadTanweerLoader ,
23
19
JamesCapparellLoader ,
24
20
NileJacksonLoader ,
25
21
XavierCruzLoader ,
26
22
] ;
27
- === === =
28
- const LOADER_PROVIDERS = [ HummadTanweerLoader , AnthonyMaysLoader ] ;
29
- >>> >>> > 3 c9aee8 ( Feat : Fixed two files for lesson 10 by Hummad Tanweer )
30
- = === ===
31
23
32
- const LOADER_PROVIDERS = [ AnthonyMaysLoader , HummadTanweerLoader ] ;
33
24
34
- >>> >>> > c255235 ( resloved conflicts )
35
25
36
26
@Module ( {
37
27
providers : [
You can’t perform that action at this time.
0 commit comments