fix(ivy): update content query compilation to latest runtime (#24957)

PR Close #24957
This commit is contained in:
Pawel Kozlowski
2018-07-18 09:42:42 +02:00
committed by Victor Berchet
parent edef58f466
commit 13f3157823
5 changed files with 78 additions and 40 deletions

View File

@ -38,6 +38,7 @@ export const angularCoreEnv: {[name: string]: Function} = {
'ɵcR': r3.cR,
'ɵcr': r3.cr,
'ɵd': r3.d,
'ɵql': r3.ql,
'ɵNH': r3.NH,
'ɵNM': r3.NM,
'ɵNS': r3.NS,
@ -77,6 +78,7 @@ export const angularCoreEnv: {[name: string]: Function} = {
'ɵPp': r3.Pp,
'ɵQ': r3.Q,
'ɵqR': r3.qR,
'ɵQr': r3.Qr,
'ɵrS': r3.rS,
'ɵs': r3.s,
'ɵsm': r3.sm,