MCPcopy Index your code
hub / github.com/angular/angular / queryAll

Function queryAll

packages/core/test/acceptance/integration_spec.ts:4019–4021  ·  view source on GitHub ↗

* Queries the provided `root` element for sub elements by the selector and casts the result as an * array of elements

(root: HTMLElement, selector: string)

Source from the content-addressed store, hash-verified

4017 * array of elements
4018 */
4019function queryAll(root: HTMLElement, selector: string): HTMLElement[] {
4020 return Array.from(root.querySelectorAll(selector));
4021}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…