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

Function createDivWithStyling

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

Source from the content-addressed store, hash-verified

411
412 describe('elementClass', () => {
413 function createDivWithStyling() {
414 ɵɵelement(0, 'div');
415 }
416
417 it('should add class', () => {
418 const fixture = new ViewFixture({

Callers

nothing calls this directly

Calls 1

ɵɵelementFunction · 0.85

Tested by

no test coverage detected