Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-transformer

Class Validator is not working with nestjs

How can I use validation groups for DTOs in a NestJS controller?

Typescript - flat a JSON model using Class-transformer

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

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

class-transformer Exclude undefined properties

Boolean parameter in request body is always true in NestJS api

How to prevent some fields of my object to be transformed by class-transformer

Nestjs Response Serialization with array of objects

NodeJS map Dtos to TypeORM Entities

NestJS - Validating body conditionally, based on one property

Serialization: How to exclude Entity columns in json response but not internal queries in Nestjs

NestJS: How to transform an array in a @Query object

Transform class to class/object (Entity to DTO) in TypeScript and NestS