fix(ivy): should export lifecycle hooks feature (#27082)
PR Close #27082
This commit is contained in:
parent
a63fd2d0f5
commit
f0c4f31771
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue