NgModules

Let's learn about Ng modules in this chapter.

Chapter learning outcomes

So far, we’ve discussed the architecture of an Angular project. We’ve created the basic version of our demo application, the Client Contacts Manager, and added some components to this application. Everything we’ve done so far has all been developed within the single module that Angular generates for us.

In this chapter, we will start looking further into modules in ...