feat(ivy): add support for ng-container in the compiler (#25383)

PR Close #25383
This commit is contained in:
Pawel Kozlowski
2018-08-08 10:21:20 +02:00
committed by Ben Lesh
parent 7058072ff6
commit 2d759927d4
5 changed files with 94 additions and 10 deletions

View File

@ -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,

View File

@ -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,