refactor(ivy): make all directives public by default (#25291)
To match the View Engine behavior. We should make this configurable so that the node injector is tree shaken when directives do not need to be published. PR Close #25291
This commit is contained in:

committed by
Kara Erickson

parent
26a15cc534
commit
1e7ca22078
@ -32,6 +32,7 @@ export const angularCoreEnv: {[name: string]: Function} = {
|
||||
'ɵinjectTemplateRef': r3.injectTemplateRef,
|
||||
'ɵinjectViewContainerRef': r3.injectViewContainerRef,
|
||||
'ɵNgOnChangesFeature': r3.NgOnChangesFeature,
|
||||
'ɵPublicFeature': r3.PublicFeature,
|
||||
'ɵInheritDefinitionFeature': r3.InheritDefinitionFeature,
|
||||
'ɵa': r3.a,
|
||||
'ɵb': r3.b,
|
||||
|
Reference in New Issue
Block a user