Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/DevCloudFE/ng-devui
/ max
Method
max
devui/input-number/input-number.component.ts:81–85 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
79
}
80
81
@Input() set max(val) {
82
if
(val || val === 0) {
83
this._max = val;
84
}
85
}
86
get max() {
87
return
this._max;
88
}
Callers
15
clamp
Method · 0.80
getScrollPosition
Method · 0.80
renderCarouselItem
Method · 0.80
documentRealHeight
Function · 0.80
zoomOut
Method · 0.80
slice
Method · 0.80
clamp
Method · 0.80
updateStyle
Method · 0.80
clamp
Method · 0.80
updateStyle
Method · 0.80
clamp
Method · 0.80
getMaxDecimals
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected