lowerBound property

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

Smallest allowed value.

Implementation

@Input()
num? lowerBound;