MCPcopy
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
9export interface HasElement {
10 element: HTMLElement;
11}
12
13/**
14 * Sort directives by their document order.

Callers

nothing calls this directly

Implementers 4

TestCollectionComponentsrc/aria/private/utils/collection.spec
TestItemComponentsrc/aria/private/utils/collection.spec
Tabsrc/aria/tabs/tab.ts
TreeItemsrc/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…