fix(ivy): Added missing getHostElement to export (#27488)
PR Close #27488
This commit is contained in:
parent
8e9858fadb
commit
21d13dd15a
|
@ -74,6 +74,7 @@ export {
|
|||
pureFunction8 as ɵpureFunction8,
|
||||
pureFunctionV as ɵpureFunctionV,
|
||||
getCurrentView as ɵgetCurrentView,
|
||||
getHostElement as ɵgetHostElement,
|
||||
restoreView as ɵrestoreView,
|
||||
containerRefreshStart as ɵcontainerRefreshStart,
|
||||
containerRefreshEnd as ɵcontainerRefreshEnd,
|
||||
|
|
Loading…
Reference in New Issue