Function maximum

Validates that a number is less than or equal to the specified value.

`@maximum(100) percentage: number;`
  • Parameters

    • value: number

      Maximum value allowed (inclusive)

    Returns PropertyDecorator