What are the types of feature modules?
Below are the five categories of feature modules,
- Domain: Deliver a user experience dedicated to a particular application domain(For example, place an order, registration etc)
- Routed: These are domain feature modules whose top components are the targets of router navigation routes.
- Routing: It provides routing configuration for another module.
- Service: It provides utility services such as data access and messaging(For example, HttpClientModule)
- Widget: It makes components, directives, and pipes available to external modules(For example, third-party libraries such as Material UI)
June 10, 2022
132
Read more
What is Angular Framework?
November 04, 2022
AngularWhat is a Angular module?
November 03, 2022
AngularWhat are the steps to use animation module?
October 31, 2022
Angular