Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
417 B

# 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)