What is a module in Angular?

Module in Angular refers to a place where the users can group the components, directives, pipes, and services, which are related to the application. Modules are logical boundaries in our application and the application is divided into separate modules to separate the functionality of our application.