Search posts, tags, users, and pages
Durgadas Kamath
Inspire the Next.
NestJS with TypORM NestJS is a popular framework for building scalable and efficient server-side applications using Node.js. It provides a modular structure for organizing your code and makes it easy to use various libraries and frameworks, such as T...
Gianluca Di Gesaro
Hello Durgadas, great article. I try to use a custom repository in an helper class outside nestjs service, how I can instatiate this class passing the repository as parameter?
As long as you have exposed the repository within the module under exports , you should be able to inject it outside of the current service.
Gianluca Di Gesaro
Hello Durgadas, great article. I try to use a custom repository in an helper class outside nestjs service, how I can instatiate this class passing the repository as parameter?