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

Method disconnect

src/cdk/tree/tree.spec.ts:1575–1577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1573 }
1574
1575 disconnect() {
1576 this.isConnected = false;
1577 }
1578
1579 addChild(parent: TestData, isFlat: boolean = true) {
1580 const nextIndex = ++this.dataIndex;

Callers 6

ngOnDestroyMethod · 0.45
startObservingMethod · 0.45
stopObservingMethod · 0.45
_changeDataSourceMethod · 0.45
ngOnDestroyMethod · 0.45
_switchDataSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected