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

Method id

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

Source from the content-addressed store, hash-verified

517 /** Unique id of the element. */
518 @Input()
519 get id(): string {
520 return this._id;
521 }
522 set id(value: string) {
523 this._id = value || this._uid;
524 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