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

Function getTableMissingMatchingRowDefError

src/cdk/table/table-errors.ts:41–46  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

39 * @docs-private
40 */
41export function getTableMissingMatchingRowDefError(data: any) {
42 return Error(
43 `Could not find a matching row definition for the ` +
44 `provided row data: ${JSON.stringify(data)}`,
45 );
46}
47
48/**
49 * Returns an error to be thrown when there is no row definitions present in the content.

Callers 2

table.spec.tsFile · 0.90
_getRowDefsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected