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

@ -97,7 +97,7 @@ export const angularCoreEnv: {[name: string]: Function} = {
'ɵtextBinding': r3.textBinding,
'ɵembeddedViewStart': r3.embeddedViewStart,
'ɵembeddedViewEnd': r3.embeddedViewEnd,
'ɵi18nAttribute': r3.i18nAttribute,
'ɵi18nAttributes': r3.i18nAttributes,
'ɵi18nExp': r3.i18nExp,
'ɵi18nStart': r3.i18nStart,
'ɵi18nEnd': r3.i18nEnd,