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

Method id

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

Source from the content-addressed store, hash-verified

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

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