MCPcopy
hub / github.com/angular/angular / all

Method all

packages/platform-browser/src/dom/debug/by.ts:26–28  ·  view source on GitHub ↗

* Match all nodes. * * @usageNotes * ### Example * * {@example platform-browser/dom/debug/ts/by/by.ts region='by_all'}

()

Source from the content-addressed store, hash-verified

24 * {@example platform-browser/dom/debug/ts/by/by.ts region='by_all'}
25 */
26 static all(): Predicate<DebugNode> {
27 return () => true;
28 }
29
30 /**
31 * Match elements by the given CSS selector.

Callers 15

sampleMethod · 0.45
reportMeasureValuesMethod · 0.45
reportSampleMethod · 0.45
getAndClearValuesMethod · 0.45
beginMeasureMethod · 0.45
endMeasureMethod · 0.45
bootstrap_spec.tsFile · 0.45
safety-worker.jsFile · 0.45
idle_spec.tsFile · 0.45
happy_spec.tsFile · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by 1

selectScenarioFunction · 0.36