fix(ivy): Added missing getHostElement to export (#27488)

PR Close #27488
This commit is contained in:
Sander Elias 2018-12-06 04:21:56 +01:00 committed by Igor Minar
parent 8e9858fadb
commit 21d13dd15a
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ export {
pureFunction8 as ɵpureFunction8, pureFunction8 as ɵpureFunction8,
pureFunctionV as ɵpureFunctionV, pureFunctionV as ɵpureFunctionV,
getCurrentView as ɵgetCurrentView, getCurrentView as ɵgetCurrentView,
getHostElement as ɵgetHostElement,
restoreView as ɵrestoreView, restoreView as ɵrestoreView,
containerRefreshStart as ɵcontainerRefreshStart, containerRefreshStart as ɵcontainerRefreshStart,
containerRefreshEnd as ɵcontainerRefreshEnd, containerRefreshEnd as ɵcontainerRefreshEnd,