#Reexport module, module with dependencies.
2 messages · Page 1 of 1 (latest)
Yeah, that's the SharedModule or CommonModule idea mentioned in the docs. Using module re-exporting to export the configured imported modules
2 messages · Page 1 of 1 (latest)
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.
Yeah, that's the SharedModule or CommonModule idea mentioned in the docs. Using module re-exporting to export the configured imported modules