# Creating Modules Creating modules in Angular helps organize your application into manageable, cohesive units. Each module can encapsulate related components, directives, pipes, and services. Here's a detailed guide on how to create and use modules in Angular. Visit the following resources to learn more: - [@official@Angular Official Docs (Feature Modules)](https://angular.dev/guide/ngmodules/feature-modules)