Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
79
export
function
getTableTextColumnMissingNameError() {
80
return
Error(`Table text column must have a name.`);
81
}
Callers
2
_createDefaultHeaderText
Method · 0.90
text-column.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected