Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ update
Function
update
modules/benchmarks/src/styling/ng2/init.ts:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
function
update() {
38
component.exp = component.exp ===
'bar'
?
'baz'
:
'bar'
;
39
appRef.tick();
40
}
41
42
function
detectChanges() {
43
appRef.tick();
Callers
1
init
Function · 0.70
Calls
1
tick
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…