MCPcopy Index your code
hub / github.com/angular/angular / createDivWithStyle

Function createDivWithStyle

packages/core/test/render3/instructions_spec.ts:229–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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({

Callers

nothing calls this directly

Calls 1

ɵɵelementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…