fix(ivy): fix reference to pipeBind instruction with 2 args (#26451)
PR Close #26451
This commit is contained in:

committed by
Miško Hevery

parent
b2db32b715
commit
45732e5b91
@ -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,
|
||||
|
Reference in New Issue
Block a user