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

Function createDivWithStyling

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

Source from the content-addressed store, hash-verified

248
249 describe('elementClass', () => {
250 function createDivWithStyling() {
251 ɵɵelement(0, 'div');
252 }
253
254 it('should add class', () => {
255 const fixture = new ViewFixture({

Callers

nothing calls this directly

Calls 1

ɵɵelementFunction · 0.85

Tested by

no test coverage detected