refactor(ivy): remove i18nLocalize instruction (#31609)

This has been replaced by the `$localize` tag.

PR Close #31609
This commit is contained in:
Pete Bacon Darwin
2019-07-31 10:52:38 +01:00
committed by Misko Hevery
parent fa79f51645
commit c024d89448
6 changed files with 2 additions and 9 deletions

View File

@ -17,6 +17,7 @@ ng_module(
"//packages/core/src/interface",
"//packages/core/src/reflection",
"//packages/core/src/util",
"//packages/localize",
"@npm//rxjs",
"@npm//zone.js",
],

View File

@ -169,7 +169,6 @@ export {
ɵɵi18nApply,
ɵɵi18nPostprocess,
i18nConfigureLocalize as ɵi18nConfigureLocalize,
ɵɵi18nLocalize,
setLocaleId as ɵsetLocaleId,
setClassMetadata as ɵsetClassMetadata,
ɵɵresolveWindow,

View File

@ -153,7 +153,6 @@ export const angularCoreEnv: {[name: string]: Function} =
'ɵɵi18nEnd': r3.ɵɵi18nEnd,
'ɵɵi18nApply': r3.ɵɵi18nApply,
'ɵɵi18nPostprocess': r3.ɵɵi18nPostprocess,
'ɵɵi18nLocalize': r3.ɵɵi18nLocalize,
'ɵɵresolveWindow': r3.ɵɵresolveWindow,
'ɵɵresolveDocument': r3.ɵɵresolveDocument,
'ɵɵresolveBody': r3.ɵɵresolveBody,