Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ updateDom
Function
updateDom
modules/benchmarks/src/hydration/init.ts:50–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
function
updateDom() {
51
data = buildTable();
52
setInput(data);
53
}
54
55
function
createDom() {
56
const
hostElement = document.getElementById(
'table'
)!;
Callers
nothing calls this directly
Calls
2
buildTable
Function · 0.90
setInput
Function · 0.85
Tested by
no test coverage detected