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

PR Close #26275
This commit is contained in:
Olivier Combe
2018-11-13 09:36:30 +01:00
committed by Andrew Kushnir
parent d97994b27f
commit a63fd2d0f5
25 changed files with 2980 additions and 2538 deletions

View File

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