Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-validator

Creating custom validator for image uploading at Nest.js with class-validator package

How to Validate Array of Urls using Class-Validator?

Validate nested DTO objects using class validator

@IsPhoneNumber() npm class validator how to add multiple countries code

numeric parameter validation fails although requirements should pass [duplicate]

Class-validator: remove a property on validation, based on the value of another property

@Transform() Boolean Cast Doesn't Work on DTO

Is it possible to pass Typescript decorator object values in at runtime?

using validation pipe in nestjs gives me an classTransformer.plainToclass is not a function error

How can we override the global validation pipe in NestJs?

Advanced conditions with class-validator (possible)?

Can I specify the order to execute validation decorators with class-validator?

class-validator case-insensitive enum validation?

How to return a custom response from the class-validator in NestJS

Boolean parameter in request body is always true in NestJS api

class-validator doesn't validate arrays

Throw same error format as `class-validator` in NestJS

Validation does not work with Partial<DTO> - NestJS

validate nested objects using class-validator in nest.js controller