Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/components
/ HasElement
Interface
HasElement
src/aria/private/utils/element.ts:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
*/
8
9
export
interface
HasElement {
10
element: HTMLElement;
11
}
12
13
/**
14
* Sort directives by their document order.
Callers
nothing calls this directly
Implementers
4
TestCollectionComponent
src/aria/private/utils/collection.spec
TestItemComponent
src/aria/private/utils/collection.spec
Tab
src/aria/tabs/tab.ts
TreeItem
src/aria/tree/tree-item.ts
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…