Benjamin Bellantonio

Results 3 issues of Benjamin Bellantonio

Hi, I'm trying to validate this model and the `Nested` part is not validate properly : ``` export class Nested { @IsString() name: string; } export class Test{ @IsString() id:...

type: question

Hi ! Thanks a lot for your package, we are using it a lot in our company :) I have a small issue, may not be related to your plugin,...

Hello, At first thank you for your super package :) I just made a small fix about the module generation, the "imports" property in the registerAsync methods was missing. And...