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

Method _syncColumnDefName

src/cdk/table/text-column.ts:167–171  ·  view source on GitHub ↗

Synchronizes the column definition name with the text column name.

()

Source from the content-addressed store, hash-verified

165
166 /** Synchronizes the column definition name with the text column name. */
167 private _syncColumnDefName() {
168 if (this.columnDef) {
169 this.columnDef.name = this.name;
170 }
171 }
172}

Callers 2

nameMethod · 0.95
ngOnInitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected