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

Method data

src/cdk/tree/tree-with-tree-control.spec.ts:1287–1289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1285
1286 _dataChange = new BehaviorSubject<TestData[]>([]);
1287 get data() {
1288 return this._dataChange.getValue();
1289 }
1290 set data(data: TestData[]) {
1291 this._dataChange.next(data);
1292 }

Callers

nothing calls this directly

Calls 2

getValueMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected