Overview

Learn about the content that will be covered in this chapter.

So far, we have had the opportunity to take a bird’s-eye view of the Angular framework. We learned how to create a new Angular application using the Angular CLI and how to group application features into modules. We saw how to use Angular modules and organize our application in an efficient and cohesive way that empowers scalability and testability.

As we learned, Angular modules extend our Angular applications by adding extra functionality. We have already mentioned that the functionality of a module is mainly represented using Angular components. We seem to have everything we need to explore further possibilities that Angular brings to the game regarding creating interactive components and how they can communicate with each other.

Get hands-on with 1200+ tech skills courses.