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.
1 parent 3e4407d commit 38320c3Copy full SHA for 38320c3
lesson_10/libraries/src/loaders/loaders.module.ts
@@ -4,11 +4,13 @@ import { AnthonyMaysLoader } from './anthony_mays_loader.js';
4
import { DylanLaffertysLoader } from './dylan_lafferty_loaders.js';
5
import { MercedesMathewsLoader } from './mercedes_mathews_loader.js';
6
7
+import { EzraNyabutiLoaders } from './ezra_nyabuti_loaders.js';
8
export const Loaders = Symbol.for('Loaders');
9
10
const LOADER_PROVIDERS = [
11
AnthonyMaysLoader,
12
DylanLaffertysLoader,
13
+ EzraNyabutiLoaders,
14
MercedesMathewsLoader,
15
];
16
0 commit comments