constructor(@Inject(REQUEST) protected readonly request: Request)
}
наследую от него другой
export class MyClass extends Base implements AggregatorInterface {
constructor() {
super(Request)
}
почему ругается на Request?
Потому что Request это , наверное, тип у вас.
Обсуждают сегодня