Skip to content

Commit 7c5b19a

Browse files
committed
fix(transloco): πŸ› expose TranslocoLoaderData
βœ… Closes: #853
1 parent f92feb5 commit 7c5b19a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

β€Žlibs/transloco/src/index.tsβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ export {
66
export { TranslocoDirective } from './lib/transloco.directive';
77
export { TranslocoPipe } from './lib/transloco.pipe';
88
export { TranslocoModule } from './lib/transloco.module';
9-
export { TRANSLOCO_LOADER, TranslocoLoader } from './lib/transloco.loader';
9+
export {
10+
TRANSLOCO_LOADER,
11+
TranslocoLoader,
12+
TranslocoLoaderData,
13+
} from './lib/transloco.loader';
1014
export {
1115
TranslocoConfig,
1216
TRANSLOCO_CONFIG,

0 commit comments

Comments
Β (0)