#Inject HttpService inside Guard
5 messages · Page 1 of 1 (latest)
The first one. It's just how standard class injection works
but can the second one work?
in case i want to import the guard from a library, and i don't want to install @nestjs/axios inside the library
i tried it and it didn't work, i want to know if it possible
No. It won't work, and it's not possible