Nestjs: avoid repetitive expression in constructor of service

后端 未结 0 406
走了就别回头了
走了就别回头了 2020-12-22 08:18

In NestJs I have this constructor :

@Injectable()
export class DummyService {
  constructor(
    private readonly logger: LoggerService,
    private readonly          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题