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

Function createAnchor

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

Source from the content-addressed store, hash-verified

44
45describe('instructions', () => {
46 function createAnchor() {
47 ɵɵelement(0, 'a');
48 }
49
50 function createDiv() {
51 ɵɵelement(0, 'div');

Callers

nothing calls this directly

Calls 1

ɵɵelementFunction · 0.85

Tested by

no test coverage detected