Relative Content

Tag Archive for javascriptnode.jsnestjsclass-validator

How to invoke class-validator on a class itself

Validators are typically invoked on class variables, not on the class itself. Is it possible to apply a validator to a class? I’m trying to use a decorator as a clean solution that can also be used elsewhere. We want to define certain properties that atleast one of them should exist directly on class?