diff --git a/modules/angular2/i18n.ts b/modules/angular2/i18n.ts new file mode 100644 index 0000000000..6f22fe3773 --- /dev/null +++ b/modules/angular2/i18n.ts @@ -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'; \ No newline at end of file