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

Method disconnect

src/cdk/table/table.spec.ts:2155–2157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2153 }
2154
2155 disconnect() {
2156 this.isConnected = false;
2157 }
2158
2159 addData(amount = 1) {
2160 let copiedData = this.data.slice();

Callers 3

destroyMethod · 0.45
ngOnDestroyMethod · 0.45
_switchDataSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected