()
| 135 | |
| 136 | const ctx = {name: 'initial name'}; |
| 137 | const createText = () => { |
| 138 | // Artificially inflating the slot IDs of this app component |
| 139 | // to mimic an app with a very large view. |
| 140 | ɵɵelement(4097, 'comp'); |
| 141 | }; |
| 142 | const updateText = () => { |
| 143 | ɵɵadvance(4097); |
| 144 | ɵɵproperty('name', ctx.name); |
nothing calls this directly
no test coverage detected