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

Method id

src/material/select/select.ts:518–520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 /** Unique id of the element. */
517 @Input()
518 get id(): string {
519 return this._id;
520 }
521 set id(value: string) {
522 this._id = value || this._uid;
523 this.stateChanges.next();

Callers 3

getStandardSliderFunction · 0.45
getDisabledSliderFunction · 0.45
getRangeSliderFunction · 0.45

Calls 1

nextMethod · 0.45

Tested by 3

getStandardSliderFunction · 0.36
getDisabledSliderFunction · 0.36
getRangeSliderFunction · 0.36