Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.ts
File · 0.45
open
Method · 0.45
_handleInputStateChanges
Method · 0.45
constructor
Method · 0.45
_handleInput
Method · 0.45
_handleBlur
Method · 0.45
_handleKeydown
Method · 0.45
timepickerValueAssigned
Method · 0.45
_updateFormsState
Method · 0.45
_assignUserSelection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected