Revert "feat(ivy): support for i18n & ICU expressions (#26275)"

This reverts commit a63fd2d0f5.
This commit is contained in:
Miško Hevery
2018-11-14 10:23:21 -08:00
parent a752971bca
commit f8f1168fa6
25 changed files with 2563 additions and 3005 deletions

View File

@ -87,12 +87,24 @@ export {
} from './state';
export {
i18nAttributes,
i18nAttribute,
i18nExp,
i18nStart,
i18nEnd,
i18nApply,
i18nIcuReplaceVars,
i18nMapping,
i18nInterpolation1,
i18nInterpolation2,
i18nInterpolation3,
i18nInterpolation4,
i18nInterpolation5,
i18nInterpolation6,
i18nInterpolation7,
i18nInterpolation8,
i18nInterpolationV,
i18nExpMapping,
I18nInstruction,
I18nExpInstruction
} from './i18n';
export {NgModuleFactory, NgModuleRef, NgModuleType} from './ng_module_ref';