是否可以在 NestJS 的一个注释中动态添加参数?
像这样:
const myParam = config.service.param; @Annotation(myParam) public myMethod() { }
node.js nestjs
nestjs ×1
node.js ×1