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

Method connect

src/cdk/table/table.spec.ts:2148–2153  ·  view source on GitHub ↗
(collectionViewer: CollectionViewer)

Source from the content-addressed store, hash-verified

2146 }
2147
2148 connect(collectionViewer: CollectionViewer) {
2149 this.isConnected = true;
2150 return combineLatest([this._dataChange, collectionViewer.viewChange]).pipe(
2151 map(data => data[0]),
2152 );
2153 }
2154
2155 disconnect() {
2156 this.isConnected = false;

Callers 1

_observeRenderChangesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected