Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ _getDefaultValue
Method
_getDefaultValue
src/material/slider/slider-input.ts:337–339 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
335
}
336
337
_getDefaultValue(): number {
338
return
this.min;
339
}
340
341
_onBlur(): void {
342
this._setIsFocused(false);
Callers
2
value
Method · 0.95
_initValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected