Nest.js Fundamentals — DI and Module SystemNest.js provides a DI container and Module system at the framework level in the Node.js ecosystem. A summary of its core design principles: IoC, DI, Module, and Provider.NestjsTypescriptDiModuleIoc