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

Method dataSource

src/cdk/tree/tree.ts:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 */
166 @Input()
167 get dataSource(): DataSource<T> | Observable<T[]> | T[] {
168 return this._dataSource;
169 }
170 set dataSource(dataSource: DataSource<T> | Observable<T[]> | T[]) {
171 if (this._dataSource !== dataSource) {
172 this._switchDataSource(dataSource);

Callers 9

ComboboxTreeExampleClass · 0.45
loadChildrenMethod · 0.45
_loadSiblingsMethod · 0.45
onNodeExpandedMethod · 0.45
combobox.spec.tsFile · 0.45
ComboboxTreeExampleClass · 0.45
onBlurMethod · 0.45

Calls 1

_switchDataSourceMethod · 0.95

Tested by 1

onBlurMethod · 0.36