MCPcopy Index your code
hub / github.com/angular/components / getChildLoader

Method getChildLoader

src/cdk/testing/component-harness.ts:90–90  ·  view source on GitHub ↗

* Searches for an element with the given selector under the current instances's root element, * and returns a `HarnessLoader` rooted at the matching element. If multiple elements match the * selector, the first is used. If no elements match, an error is thrown. * @param selector The selecto

(selector: string)

Source from the content-addressed store, hash-verified

88 * @throws If a matching element can't be found.
89 */
90 getChildLoader(selector: string): Promise<HarnessLoader>;
91
92 /**
93 * Searches for all elements with the given selector under the current instances's root element,

Callers 8

getRootHarnessLoaderMethod · 0.80
getRootHarnessLoaderMethod · 0.80
getRootHarnessLoaderMethod · 0.80
getChildLoaderFunction · 0.80
crossEnvironmentSpecsFunction · 0.80

Calls

no outgoing calls

Tested by 1