fix(ivy): fix reference to pipeBind instruction with 2 args (#26451)

PR Close #26451
This commit is contained in:
Pawel Kozlowski
2018-10-15 17:51:21 +02:00
committed by Miško Hevery
parent b2db32b715
commit 45732e5b91
2 changed files with 107 additions and 39 deletions

View File

@ -78,7 +78,7 @@ export const angularCoreEnv: {[name: string]: Function} = {
'ɵprojection': r3.projection,
'ɵelementProperty': r3.elementProperty,
'ɵpipeBind1': r3.pipeBind1,
'ɵpipeBind2': r3.pipeBind1,
'ɵpipeBind2': r3.pipeBind2,
'ɵpipeBind3': r3.pipeBind3,
'ɵpipeBind4': r3.pipeBind4,
'ɵpipeBindV': r3.pipeBindV,