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

Method value

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_assignValueMethod · 0.95
_onChangeMethod · 0.80

Tested by

no test coverage detected