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

Function getTableMultipleDefaultRowDefsError

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

Source from the content-addressed store, hash-verified

28 * @docs-private
29 */
30export function getTableMultipleDefaultRowDefsError() {
31 return Error(
32 `There can only be one default row without a when predicate function. ` +
33 'Or set `multiTemplateDataRows`.',
34 );
35}
36
37/**
38 * Returns an error to be thrown when there are no matching row defs for a particular set of data.

Callers 2

table.spec.tsFile · 0.90
_cacheRowDefsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected