#Doesn't overrideModule prevent that module creation?

1 messages · Page 1 of 1 (latest)

neon ether
#

Do I understand it correctly that overrideModule and the others doesn't block initial module / provider creation and just replaces it after all?

I'm trying to replace TypeOrm dependent modules with testing ones but still gets errors about Typeorm

silk shoal
#

Can you share more details? Like screenshots or similar

robust adder
#

For override module to work, you need to provide the exact reference to that module. For static modules, this is easy, but dynamic modules, you'd have to save the reference in a variable and then override that.