MichalLytek / class-transformer-validator

A simple plugin for class-transformer and class-validator which combines them in a nice and programmer-friendly API.
MIT License
200 stars 20 forks source link

Does nested validate been supported? #12

Closed SC30SC closed 5 years ago

MichalLytek commented 6 years ago

@SC30SC
Yes, you just need to notate the nested field with @Type decorator from class-transformer.