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,