fix(ivy): should export lifecycle hooks feature (#27082)

PR Close #27082
This commit is contained in:
Kara Erickson 2018-11-13 14:46:17 -08:00 committed by Andrew Kushnir
parent a63fd2d0f5
commit f0c4f31771
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export {
ProvidersFeature as ɵProvidersFeature,
InheritDefinitionFeature as ɵInheritDefinitionFeature,
NgOnChangesFeature as ɵNgOnChangesFeature,
LifecycleHooksFeature as ɵLifecycleHooksFeature,
NgModuleType as ɵNgModuleType,
NgModuleRef as ɵRender3NgModuleRef,
CssSelectorList as ɵCssSelectorList,