MCPcopy Create free account
hub / github.com/angular/angular / createDivWithStyle

Function createDivWithStyle

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

Source from the content-addressed store, hash-verified

372 const attrs = [[AttributeMarker.Styles, 'height', '10px']];
373
374 function createDivWithStyle() {
375 ɵɵelement(0, 'div', 0);
376 }
377
378 it('should add style', () => {
379 const fixture = new ViewFixture({

Callers

nothing calls this directly

Calls 1

ɵɵelementFunction · 0.85

Tested by

no test coverage detected