#Dependency injection

4 messages · Page 1 of 1 (latest)

slow tusk
#

Can you show your UserModule?

#

And your AuthService if you don't mind

#

Cool. Easy fix. Add UserRepository to UserModule's exports array

#

Nope. providers are things that the module needs to create to work, imports are things the module needs to take from to work, and exports are things the module will provider to other modules when its imported