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

@ -157,10 +157,6 @@ export function getCurrentView(): OpaqueViewState {
return viewData as any as OpaqueViewState;
}
export function _getViewData(): LViewData {
return viewData;
}
/**
* Restores `contextViewData` to the given OpaqueViewState instance.
*