MCPcopy
hub / github.com/angular/components / data

Method data

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

Source from the content-addressed store, hash-verified

1549
1550 _dataChange = new BehaviorSubject<TestData[]>([]);
1551 get data() {
1552 return this._dataChange.getValue();
1553 }
1554 set data(data: TestData[]) {
1555 this._dataChange.next(data);
1556 }

Callers

nothing calls this directly

Calls 2

getValueMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected