Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ getGreetCount
Method
getGreetCount
integration/cli-signal-inputs/e2e/src/app.po.ts:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
getGreetCount() {
25
return
element(by.id(
'greet-count'
)).getText() as Promise<string>;
26
}
27
}
Callers
1
app.e2e-spec.ts
File · 0.80
Calls
2
element
Function · 0.85
getText
Method · 0.80
Tested by
no test coverage detected