Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ click
Method
click
packages/core/test/component_fixture_spec.ts:92–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
text: string =
'1'
;
91
92
click() {
93
Promise.resolve(null).then((_) => {
94
this.text +=
'1'
;
95
});
96
}
97
}
98
99
@Component({
Callers
15
bootstrap_spec.ts
File · 0.45
test_bed_spec.ts
File · 0.45
component_fixture_spec.ts
File · 0.45
dispatcher_test.ts
File · 0.45
eventcontract_test.ts
File · 0.45
event_replay_spec.ts
File · 0.45
incremental_hydration_spec.ts
File · 0.45
form_field.spec.ts
File · 0.45
field_proxy.spec.ts
File · 0.45
content_child_spec.ts
File · 0.45
view_children_spec.ts
File · 0.45
view_child_spec.ts
File · 0.45
Calls
2
then
Method · 0.65
resolve
Method · 0.65
Tested by
8
navigationIntegrationTestSuite
Function · 0.36
routerLinkIntegrationSpec
Function · 0.36
selectScenario
Function · 0.36
create
Function · 0.36
destroy
Function · 0.36
update
Function · 0.36
detectChanges
Function · 0.36
accept
Function · 0.36