MCPcopy
hub / github.com/angular/angular / addToWindow

Method addToWindow

packages/core/src/testability/testability.ts:360–360  ·  view source on GitHub ↗
(registry: TestabilityRegistry)

Source from the content-addressed store, hash-verified

358 */
359export interface GetTestability {
360 addToWindow(registry: TestabilityRegistry): void;
361 findTestabilityInTree(
362 registry: TestabilityRegistry,
363 elem: any,

Callers 1

constructorMethod · 0.65

Implementers 2

BrowserGetTestabilitypackages/platform-browser/src/browser/
NoopGetTestabilitypackages/core/test/testability/testabi

Calls

no outgoing calls

Tested by

no test coverage detected