MCPcopy 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

clampMethod · 0.80
getScrollPositionMethod · 0.80
renderCarouselItemMethod · 0.80
documentRealHeightFunction · 0.80
zoomOutMethod · 0.80
sliceMethod · 0.80
clampMethod · 0.80
updateStyleMethod · 0.80
clampMethod · 0.80
updateStyleMethod · 0.80
clampMethod · 0.80
getMaxDecimalsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected