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

Method getAllChildLoaders

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

* Searches for all elements with the given selector under the current instances's root element, * and returns an array of `HarnessLoader`s, one for each matching element, rooted at that * element. * @param selector The selector for the root element of the new `HarnessLoader` * @return A

(selector: string)

Source from the content-addressed store, hash-verified

97 * @return A list of `HarnessLoader`s, one for each matching element, rooted at that element.
98 */
99 getAllChildLoaders(selector: string): Promise<HarnessLoader[]>;
100
101 /**
102 * Searches for an instance of the component corresponding to the given harness type under the

Callers 3

getAllChildLoadersFunction · 0.80
crossEnvironmentSpecsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected