Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/components
/ data
Method
data
src/cdk/table/table.spec.ts:2133–2135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2131
isConnected = false;
2132
2133
get data() {
2134
return
this._dataChange.getValue();
2135
}
2136
set data(data: TestData[]) {
2137
this._dataChange.next(data);
2138
}
Callers
nothing calls this directly
Calls
2
getValue
Method · 0.45
next
Method · 0.45
Tested by
no test coverage detected