upperBound property

  1. @Input()
num? upperBound
getter/setter pair

Largest allowed value.

Implementation

@Input()
num? upperBound;