IAROMIR TRINTA
Results
1
comments of
IAROMIR TRINTA
As an idea ```javascript @Required().Error("should have required property 'foo'") @MinLength(4).Error("size should be a number bigger or equal to 4, current value is ${/size}") foo: number; ```