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:
  • ROUTED feature modules
  • Domain feature modules
  • Routing modules
  • Widget feature modules
  • Service feature modules


Discussion

No Comment Found