mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
feat(i18n): create i18n barrel
This commit is contained in:
parent
e1f8e54e34
commit
a7fe983be2
1 changed files with 8 additions and 0 deletions
8
modules/angular2/i18n.ts
Normal file
8
modules/angular2/i18n.ts
Normal 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';
|
||||
Loading…
Reference in a new issue