Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
AccordionTrigger
Class · 0.45
constructor
Method · 0.45
ToolbarWidgetPattern
Class · 0.45
grid-navigation.spec.ts
File · 0.45
grid-selection.spec.ts
File · 0.45
GridFocus
Class · 0.45
getExpansion
Function · 0.45
getExpandedIds
Function · 0.45
list-focus.spec.ts
File · 0.45
getActiveDescendant
Method · 0.45
grid.spec.ts
File · 0.45
GridCellPattern
Class · 0.45
Calls
no outgoing calls
Tested by
2
getExpansion
Function · 0.36
getExpandedIds
Function · 0.36