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