From c67a7d195da232a75333a803a767954f6cd47786 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:01:57 -0400 Subject: [PATCH] docs(angular): add feature modules content (#6715) --- .../content/feature-modules@w_BazXvINFyxDCHmlznfy.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/feature-modules@w_BazXvINFyxDCHmlznfy.md b/src/data/roadmaps/angular/content/feature-modules@w_BazXvINFyxDCHmlznfy.md index b84fdfb52..abe92948e 100644 --- a/src/data/roadmaps/angular/content/feature-modules@w_BazXvINFyxDCHmlznfy.md +++ b/src/data/roadmaps/angular/content/feature-modules@w_BazXvINFyxDCHmlznfy.md @@ -1 +1,9 @@ -# Feature Modules \ No newline at end of file +# 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: + +- [@official@Angular Official Docs - Feature Modules](https://angular.dev/guide/ngmodules/feature-modules#how-to-make-a-feature-module) +- [@video@Creating a Feature Module | Understanding Angular Modules](https://www.youtube.com/watch?v=VaPhaexVa1U) +- [@article@Feature module with lazy loading in Angular 15](https://medium.com/@jaydeepvpatil225/feature-module-with-lazy-loading-in-angular-15-53bb8e15d193) \ No newline at end of file