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

Method value

src/material/chips/chip.ts:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 */
179 @Input()
180 get value(): any {
181 return this._value !== undefined ? this._value : this._textElement.textContent!.trim();
182 }
183 set value(value: any) {
184 this._value = value;
185 }

Callers 10

timepicker.spec.tsFile · 0.45
openMethod · 0.45
constructorMethod · 0.45
_handleInputMethod · 0.45
_handleBlurMethod · 0.45
_handleKeydownMethod · 0.45
_updateFormsStateMethod · 0.45
_assignUserSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected