(slotOffset: number, pureFn: (v: any) => any, exp: any)
| 67 | * @codeGenApi |
| 68 | */ |
| 69 | export function ɵɵpureFunction1(slotOffset: number, pureFn: (v: any) => any, exp: any): any { |
| 70 | return pureFunction1Internal(getLView(), getBindingRoot(), slotOffset, pureFn, exp); |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * If the value of any provided exp has changed, calls the pure function to return |
nothing calls this directly
no test coverage detected