MCPcopy
hub / github.com/angular/components / id

Method id

src/material/input/input.ts:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 */
177 @Input()
178 get id(): string {
179 return this._id;
180 }
181 set id(value: string) {
182 this._id = value || this._uid;
183 }

Callers 15

AccordionTriggerClass · 0.45
constructorMethod · 0.45
GridFocusClass · 0.45
getExpansionFunction · 0.45
getExpandedIdsFunction · 0.45
list-focus.spec.tsFile · 0.45
getActiveDescendantMethod · 0.45
grid.spec.tsFile · 0.45
GridCellPatternClass · 0.45

Calls

no outgoing calls

Tested by 2

getExpansionFunction · 0.36
getExpandedIdsFunction · 0.36