MCPcopy Index your code
hub / github.com/angular/components / value

Method value

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

Source from the content-addressed store, hash-verified

477 /** Value of the select control. */
478 @Input()
479 get value(): any {
480 return this._value;
481 }
482 set value(newValue: any) {
483 const hasAssigned = this._assignValue(newValue);
484

Callers

nothing calls this directly

Calls 2

_assignValueMethod · 0.95
_onChangeMethod · 0.80

Tested by

no test coverage detected