Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ name
Method
name
src/cdk/table/text-column.ts:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
/** Column name that should be used to reference this column. */
63
@Input()
64
get name(): string {
65
return
this._name;
66
}
67
set name(name: string) {
68
this._name = name;
69
Callers
nothing calls this directly
Calls
1
_syncColumnDefName
Method · 0.95
Tested by
no test coverage detected