#Does @Min() decorator has any advantage and ignore all others?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Min checks the condition of myNum should not be less than X, it's better as you can avoid writing that business logic
Same with @Max() too. cehcks for Maximum value