Rahul

Results 1 comments of Rahul

For anybody else facing the same issue - replace the following in the library src file - index.ts ``` await this.moduleRef.resolve( type, ctx[NEST_LOADER_CONTEXT_KEY].contextId, { strict: false } ) ``` with...