NestJS User Injection

Alex Vasilev
Geek Culture
Published in
4 min readFeb 21, 2022

--

NestJS is the most trending Node.js framework. It utilizes the full power of TypeScript to make the development process fast and simple. In this article, I will share really cool and useful trick “user injection”, which can drastically simplify the code of your NestJS project.

Why do I need this?

It’s the first question any developer should ask before starting something new. Let’s…

--

--