Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ getParagraph
Function
getParagraph
tests/e2e/tests/i18n/setup.ts:71–71 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
69
}
70
71
const
getParagraph =
async
(id: string) => page.$eval(`p#${id}`, (el) => el.textContent?.trim());
72
73
const
hello =
await
getParagraph(
'hello'
);
74
if
(hello !== translation.hello) {
Callers
1
browserCheck
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected