mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
No EOL
227 B
TypeScript
9 lines
No EOL
227 B
TypeScript
/**
|
|
* @module
|
|
* @description
|
|
* Entry point to i18n
|
|
*/
|
|
export * from './src/i18n/message';
|
|
export * from './src/i18n/xmb_serializer';
|
|
export * from './src/i18n/message_extractor';
|
|
export * from './src/i18n/i18n_html_parser'; |