Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ getLinkById
Function
getLinkById
adev/src/content/examples/animations/e2e/src/util.ts:18–20 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
16
}
17
18
export
function
getLinkById(id: string) {
19
return
element(by.css(`a[id=${id}]`));
20
}
Callers
1
app.e2e-spec.ts
File · 0.90
Calls
2
element
Function · 0.85
css
Method · 0.80
Tested by
no test coverage detected