#Reexport module, module with dependencies.

2 messages · Page 1 of 1 (latest)

abstract iris
#

There is an idea to create a module that contains all reused dependencies.
The purpose is to define all shared dependencies between different applications.
I utilized this method with Angular material components.
Is it a proper way to do the same in NestJS?

Thank you all. Regards.

cold sedge
#

Yeah, that's the SharedModule or CommonModule idea mentioned in the docs. Using module re-exporting to export the configured imported modules