Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
describe(
'instructions'
, () => {
46
function
createAnchor() {
47
ɵɵelement(0,
'a'
);
48
}
49
50
function
createDiv() {
51
ɵɵelement(0,
'div'
);
Callers
nothing calls this directly
Calls
1
ɵɵelement
Function · 0.85
Tested by
no test coverage detected