max property

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

The maximum progress value.

Defaults to 100, must be strictly larger than min.

Implementation

@Input()
num max = 100;