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

Function createDivWithStyle

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

Source from the content-addressed store, hash-verified

228 const attrs = [[AttributeMarker.Styles, 'height', '10px']];
229
230 function createDivWithStyle() {
231 ɵɵelement(0, 'div', 0);
232 }
233
234 it('should add style', () => {
235 const fixture = new ViewFixture({

Callers

nothing calls this directly

Calls 1

ɵɵelementFunction · 0.85

Tested by

no test coverage detected