NestJs - Modules [04]

Sdílet
Vložit
  • čas přidán 5. 07. 2024
  • We cover :
    - What is a module and its purpose
    - What are the different components of a module
    - How modules depend on each other
    - Global Modules
    If this video was helpful, please leave a like and subscribe !
    Timestamps:
    ---------------------
    0:00- Introduction
    0:12- What Are Modules?
    1:07- Components of a Module
    4:14- When to use a module?
    5:52- Module re-exporting
    7:16- Applying provider exportation and module exportation
    10:27- Global Modules
    13:14- Dynamic Modules
    14:16- Recap

Komentáře • 7

  • @nacs
    @nacs Před měsícem

    Great explanations, thanks.

  • @etelec0o
    @etelec0o Před 4 měsíci

    you saved my day, thank you so much

  • @igboanugwocollins4452

    Awesome content

  • @HemanthKishore2k
    @HemanthKishore2k Před 5 měsíci

    What if we not create multiple modules, instead write all the code in the main controller module? what happens if we do like this?

    • @Computerix
      @Computerix  Před 5 měsíci

      Code would become tightly coupled, messy, and harder to maintain