InterviewSolution
Saved Bookmarks
| 1. |
What is feature Modules and also explain types of feature Modules in Angular? |
|
Answer» In ANGULAR, feature modules are NgModules, used for the organizational BEST practice of code management. It delivers a cohesive set of functionality that is specific application focused. There are five TYPES of feature modules:
|
|