Angular modules are containers for different parts of your app.
You can have nested modules, your app.module is already actually nesting other modules such as BrowserModule and you can add RouterModule and so on.
app.module
BrowserModule
RouterModule