Validates that a number is greater than or equal to the specified value.
`@minimum(0) price: number;` Copy
`@minimum(0) price: number;`
Minimum value allowed (inclusive)
Validates that a number is greater than or equal to the specified value.
Example