Concept Flow - Module decorator and metadata
Define Module Class
Apply @Module Decorator
Pass Metadata Object
NestJS Reads Metadata
Register Providers, Controllers, Imports
Module Ready for Use in App
The flow shows how a class is decorated with @Module, passing metadata that NestJS uses to register parts of the module.