feat(i18n): create i18n barrel

This commit is contained in:
vsavkin 2016-03-15 15:01:08 -07:00 committed by Jeremy Elbourn
parent e1f8e54e34
commit a7fe983be2
1 changed files with 8 additions and 0 deletions

8
modules/angular2/i18n.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* @module
* @description
* Entry point to i18n
*/
export * from './src/i18n/message';
export * from './src/i18n/xmb_serializer';
export * from './src/i18n/message_extractor';