feat(ivy): add support for ng-container in the compiler (#25383)
PR Close #25383
This commit is contained in:

committed by
Ben Lesh

parent
7058072ff6
commit
2d759927d4
@ -57,6 +57,9 @@ export {
|
||||
elementProperty as p,
|
||||
elementStart as E,
|
||||
|
||||
elementContainerStart as EC,
|
||||
elementContainerEnd as eC,
|
||||
|
||||
elementStyling as s,
|
||||
elementStylingMap as sm,
|
||||
elementStyleProp as sp,
|
||||
|
@ -50,6 +50,8 @@ export const angularCoreEnv: {[name: string]: Function} = {
|
||||
'ɵE': r3.E,
|
||||
'ɵe': r3.e,
|
||||
'ɵEe': r3.Ee,
|
||||
'ɵEC': r3.EC,
|
||||
'ɵeC': r3.eC,
|
||||
'ɵf0': r3.f0,
|
||||
'ɵf1': r3.f1,
|
||||
'ɵf2': r3.f2,
|
||||
|
Reference in New Issue
Block a user