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 f92feb5 commit 7c5b19aCopy full SHA for 7c5b19a
βlibs/transloco/src/index.tsβ
@@ -6,7 +6,11 @@ export {
6
export { TranslocoDirective } from './lib/transloco.directive';
7
export { TranslocoPipe } from './lib/transloco.pipe';
8
export { TranslocoModule } from './lib/transloco.module';
9
-export { TRANSLOCO_LOADER, TranslocoLoader } from './lib/transloco.loader';
+export {
10
+ TRANSLOCO_LOADER,
11
+ TranslocoLoader,
12
+ TranslocoLoaderData,
13
+} from './lib/transloco.loader';
14
export {
15
TranslocoConfig,
16
TRANSLOCO_CONFIG,
0 commit comments