MCPcopy
hub / github.com/angular/angular / disconnect

Method disconnect

packages/elements/src/element-strategy.ts:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30 connect(element: HTMLElement): void;
31 disconnect(): void;
32 getInputValue(propName: string): any;
33 setInputValue(propName: string, value: string, transform?: (value: any) => any): void;
34}

Callers 15

ngOnDestroyMethod · 0.65
onViewportFunction · 0.65
observeSelectMutationsFunction · 0.65
ngOnDestroyMethod · 0.65
browser.spec.tsFile · 0.65
disconnectedCallbackMethod · 0.65
setResizeObserverMethod · 0.65
setResizeObserverMethod · 0.65

Implementers 2

TestStrategypackages/elements/test/create-custom-e
ComponentNgElementStrategypackages/elements/src/component-factor

Calls

no outgoing calls

Tested by

no test coverage detected