MCPcopy Create free account
hub / github.com/angular/components / getTableTextColumnMissingNameError

Function getTableTextColumnMissingNameError

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

Source from the content-addressed store, hash-verified

77 * @docs-private
78 */
79export function getTableTextColumnMissingNameError() {
80 return Error(`Table text column must have a name.`);
81}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected