Function minimum

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

`@minimum(0) price: number;`
  • Parameters

    • value: number

      Minimum value allowed (inclusive)

    Returns PropertyDecorator