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

Method dataSource

src/cdk/table/table.ts:527–529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525 */
526 @Input()
527 get dataSource(): CdkTableDataSourceInput<T> {
528 return this._dataSource;
529 }
530 set dataSource(dataSource: CdkTableDataSourceInput<T>) {
531 if (this._dataSource !== dataSource) {
532 this._switchDataSource(dataSource);

Callers

nothing calls this directly

Calls 2

_switchDataSourceMethod · 0.95
markForCheckMethod · 0.80

Tested by

no test coverage detected