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

Function getTableUnknownColumnError

src/cdk/table/table-errors.ts:14–16  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

12 * @docs-private
13 */
14export function getTableUnknownColumnError(id: string) {
15 return Error(`Could not find column with id "${id}".`);
16}
17
18/**
19 * Returns an error to be thrown when two column definitions have the same name.

Callers 3

table.spec.tsFile · 0.90
_getCellTemplatesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected