X Tutup
Skip to content

Commit a7fe983

Browse files
vsavkinjelbourn
authored andcommitted
feat(i18n): create i18n barrel
1 parent e1f8e54 commit a7fe983

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/angular2/i18n.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* @module
3+
* @description
4+
* Entry point to i18n
5+
*/
6+
export * from './src/i18n/message';
7+
export * from './src/i18n/xmb_serializer';
8+
export * from './src/i18n/message_extractor';

0 commit comments

Comments
 (0)
X Tutup