Back to Developer Roadmap

Feature Modules

src/data/roadmaps/angular/content/feature-modules@w_BazXvINFyxDCHmlznfy.md

4.0788 B
Original Source

Feature Modules

Feature modules are NgModules for the purpose of organizing code. With feature modules, you can keep code related to a specific functionality or feature separate from other code. Delineating areas of your application helps with collaboration between developers and teams, separating directives, and managing the size of the root module.

Visit the following resources to learn more: