()
| 227 | const attrs = [[AttributeMarker.Styles, 'height', '10px']]; |
| 228 | |
| 229 | function createDivWithStyle() { |
| 230 | ɵɵelement(0, 'div', 0); |
| 231 | } |
| 232 | |
| 233 | it('should add style', () => { |
| 234 | const fixture = new ViewFixture({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…