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

Function getTableUnknownDataSourceError

src/cdk/table/table-errors.ts:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 * @docs-private
62 */
63export function getTableUnknownDataSourceError() {
64 return Error(`Provided data source did not match an array, Observable, or DataSource`);
65}
66
67/**
68 * Returns an error to be thrown when the text column cannot find a parent table to inject.

Callers 2

table.spec.tsFile · 0.90
_observeRenderChangesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected