Understanding AppModule and Creating Your First Feature Module (Users)
In the previous lesson we saw how main.ts bootstraps the app. It creates the Nest application from a single root module: AppModule. In this post we’ll:
clarify what AppModule does (and why it matters),
demystify file naming vs. decorators,
show ho...
innosufiyan.hashnode.dev3 min read