( slotOffset: number, pureFn: (v1: any, v2: any) => any, exp1: any, exp2: any, )
| 83 | * @codeGenApi |
| 84 | */ |
| 85 | export function ɵɵpureFunction2( |
| 86 | slotOffset: number, |
| 87 | pureFn: (v1: any, v2: any) => any, |
| 88 | exp1: any, |
| 89 | exp2: any, |
| 90 | ): any { |
| 91 | return pureFunction2Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp1, exp2); |
| 92 | } |
| 93 | |
| 94 | /** |
| 95 | * If the value of any provided exp has changed, calls the pure function to return |
nothing calls this directly
no test coverage detected
searching dependent graphs…