feat(ivy): i18n - implement compile-time inlining (#32881)
This commit implements a tool that will inline translations and generate a translated copy of a set of application files from a set of translation files. PR Close #32881
This commit is contained in:

committed by
Alex Rickabaugh

parent
d5b87d32b0
commit
2cdb3a079d
@ -8,4 +8,7 @@
|
||||
|
||||
// This file contains the public API of the `@angular/localize` entry-point
|
||||
|
||||
export {clearTranslations, loadTranslations} from './src/translate';
|
||||
export {clearTranslations, loadTranslations} from './src/translate';
|
||||
|
||||
// Exports that are not part of the public API
|
||||
export * from './private';
|
Reference in New Issue
Block a user