min property

  1. @Input()
num min
getter/setter pair

The minimum progress value.

Defaults to 0, must be strictly smaller than max.

Implementation

@Input()
num min = 0;